diff --git a/bin/autojump.zsh b/bin/autojump.zsh index 99c70af..35dc5a5 100644 --- a/bin/autojump.zsh +++ b/bin/autojump.zsh @@ -29,7 +29,7 @@ function autojump_chpwd() { { (autojump -a "$(pwd ${_PWD_ARGS})"&)>/dev/null 2>>|${AUTOJUMP_DATA_DIR}/autojump_errors ; } 2>/dev/null } -typeset -ga chpwd_functions +typeset -gaU chpwd_functions chpwd_functions+=autojump_chpwd function j {