]> arthur.barton.de Git - ax-zsh.git/blob - plugins/zsh-navigation-tools/zsh-navigation-tools.zprofile
Add "zsh-navigation-tools" plugin
[ax-zsh.git] / plugins / zsh-navigation-tools / zsh-navigation-tools.zprofile
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # zsh-navigation-tools.zprofile: Initialize "ZSH Navigation Tools"
3
4 for dir (
5         "/usr/share/zsh-navigation-tools"
6         "/usr/local/share/zsh-navigation-tools"
7 ); do
8         if [[ -d "$dir" ]]; then
9                 fpath+=($dir)
10                 unset dir
11                 return
12         fi
13 done
14 unset dir