1
0
mirror of https://github.com/wting/autojump synced 2025-06-13 12:54:07 +00:00
This commit is contained in:
GitHub Merge Button 2012-02-08 02:45:56 -08:00
commit 64a1348dd0

View File

@ -31,7 +31,7 @@ fi
# set paths if necessary for local installations
if [[ -d ~/.autojump/ ]]; then
path=(~/.autojump/bin $path)
fpath=(/home/ting/.autojump/functions/ $fpath)
fpath=(~/.autojump/functions/ $fpath)
fi
function autojump_preexec() {