mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add xiwibg function.
This commit is contained in:
7
dotfiles/zshrc.d/crouton.zsh
Normal file
7
dotfiles/zshrc.d/crouton.zsh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
if command -v xiwi >/dev/null 2>&1; then
|
||||||
|
function xiwibg {
|
||||||
|
local tmpf=$(mktemp)
|
||||||
|
echo Logging to ${tmpf}
|
||||||
|
nohup xiwi "$@" >${tmpf} 2>&1 &
|
||||||
|
}
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user