1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Merge remote-tracking branch 'blueyed/autojump.zsh-only-add-existing-dirs'

This commit is contained in:
Daniel Hahler
2014-06-23 17:10:29 +02:00

View File

@@ -1,7 +1,9 @@
# set user installation paths
if [[ -d ~/.autojump ]]; then
if [[ -d ~/.autojump/bin ]]; then
path=(~/.autojump/bin ${path})
fpath=(~/.autojump/functions/ ${fpath})
fi
if [[ -d ~/.autojump/functions ]]; then
fpath=(~/.autojump/functions ${fpath})
fi