diff --git a/autojump.zsh b/autojump.zsh index 7dcd11a..3c40dc4 100755 --- a/autojump.zsh +++ b/autojump.zsh @@ -15,7 +15,7 @@ #along with autojump. If not, see . function autojump_preexec() { - (autojump -a "$(pwd -P)"&)>/dev/null 2>>${HOME}/.autojump_errors + (autojump -a "$(pwd -P)"&)>/dev/null 2>>|${HOME}/.autojump_errors } typeset -ga preexec_functions