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

remove hardcoded fpath

This commit is contained in:
William Ting 2012-02-07 23:59:15 -10:00
parent 185118addb
commit 280ff739e6

View File

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