diff --git a/dotfiles/zshrc.d/crouton.zsh b/dotfiles/zshrc.d/crouton.zsh index ff38ce4..243dbab 100644 --- a/dotfiles/zshrc.d/crouton.zsh +++ b/dotfiles/zshrc.d/crouton.zsh @@ -2,6 +2,6 @@ if command -v xiwi >/dev/null 2>&1; then function xiwibg { local tmpf=$(mktemp) echo Logging to ${tmpf} - nohup xiwi "$@" >${tmpf} 2>&1 & + nohup xiwi "$@" >!${tmpf} 2>&1 & } fi