added narwhal to path and $ZDOTDIR/func to fpath
This commit is contained in:
parent
cf5b50eb1f
commit
29a19618b1
1 changed files with 4 additions and 1 deletions
5
zshenv
5
zshenv
|
|
@ -1,2 +1,5 @@
|
|||
path=($HOME/bin $HOME/apps/bin /usr/local/bin /usr/local/sbin /opt/local/bin /opt/local/sbin $path)
|
||||
path=($HOME/bin $HOME/apps/bin $HOME/src/tlrobinson-narwhal-b6e4dbb/bin /usr/local/bin /usr/local/sbin /opt/local/bin /opt/local/sbin $path)
|
||||
ZDOTDIR=~/config/zsh
|
||||
|
||||
fpath=($fpath $ZDOTDIR/func)
|
||||
typeset -U fpath
|
||||
|
|
|
|||
Loading…
Reference in a new issue