Add option to preserve symlinks to the zsh script

pull/106/head
Khalid Zubair 13 years ago
parent a5a135d2b5
commit f0fe603af5

@ -41,7 +41,7 @@ function autojump_preexec() {
else
_PWD_ARGS="-P"
fi
{ (autojump -a "$(pwd -P)"&)>/dev/null 2>>|${AUTOJUMP_DATA_DIR}/.autojump_errors ; } 2>/dev/null
{ (autojump -a "$(pwd ${_PWD_ARGS})"&)>/dev/null 2>>|${AUTOJUMP_DATA_DIR}/.autojump_errors ; } 2>/dev/null
}
typeset -ga preexec_functions

Loading…
Cancel
Save