diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-01-18 15:16:48 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-01-18 15:16:48 +0100 |
commit | 40016afdc4c4ecdab6092e4f8c5c8648e27e5524 (patch) | |
tree | 950eba1cf043e27a8c140962a6a432aed717a058 /plugins/zsh-navigation-tools/.config | |
parent | 87e782f91e5c8fb3c33b58cdda265e65122a2520 (diff) | |
parent | 77f93f61c5ee6fea9131a1791bd3b106b4b8da4f (diff) | |
download | zsh-40016afdc4c4ecdab6092e4f8c5c8648e27e5524.tar.gz zsh-40016afdc4c4ecdab6092e4f8c5c8648e27e5524.tar.bz2 zsh-40016afdc4c4ecdab6092e4f8c5c8648e27e5524.zip |
Merge pull request #4755 from psprint/master
znt: optimizations for zsh<=5.2
Diffstat (limited to 'plugins/zsh-navigation-tools/.config')
-rw-r--r-- | plugins/zsh-navigation-tools/.config/znt/n-cd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zsh-navigation-tools/.config/znt/n-cd.conf b/plugins/zsh-navigation-tools/.config/znt/n-cd.conf index f8c49bfac..7ed7828ea 100644 --- a/plugins/zsh-navigation-tools/.config/znt/n-cd.conf +++ b/plugins/zsh-navigation-tools/.config/znt/n-cd.conf @@ -1,4 +1,5 @@ # Hotlist +# Try to use $ZSH_VERSION, e.g. /usr/share/zsh/$ZSH_VERSION/functions local hotlist hotlist=( ~/.config/znt @@ -7,7 +8,6 @@ hotlist=( /usr/local/share/zsh/site-functions /usr/local/share/zsh /usr/local/bin - /usr/lib ) # Suppress adding (to directory stack) directories visited by n-cd |