1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Merge pull request #220 from junkblocker/patch-1

Prevent duplicates in chpwd_functions on re-source.
This commit is contained in:
William Ting
2013-07-17 07:33:13 -07:00

View File

@@ -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 {