Merge pull request #99 from wting/zsh-fix_install_fpath

zsh: install fix hardcoded fpath
pull/100/merge
Joel Schaerer 13 years ago
commit 2b7fd39870

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

Loading…
Cancel
Save