1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Reverts commit 74c50133d2. Fixes #159, #160.

Even though the previous version works fine on OS X 10.6.8, it seems to be
causing problems for other Mac users on 10.8.x. Unfortunately I do not have
access to a newer Mac to test on.
This commit is contained in:
William Ting 2012-11-21 17:33:31 -06:00
parent 99d4254772
commit fd287eab04

View File

@ -59,7 +59,7 @@ AUTOJUMP='{ [[ "$AUTOJUMP_HOME" == "$HOME" ]] && (autojump -a "$(pwd ${_PWD_ARGS
case $PROMPT_COMMAND in
*autojump*) ;;
*) export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND ; }$AUTOJUMP";;
*) export PROMPT_COMMAND="$AUTOJUMP ; ${PROMPT_COMMAND:-:}";;
esac
function j {