remove hardcoded fpath

pull/99/head
William Ting 13 years ago
parent 185118addb
commit 280ff739e6

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

Loading…
Cancel
Save