mirror of
https://github.com/samsonjs/config.git
synced 2026-04-01 10:25:50 +00:00
5 lines
191 B
Bash
5 lines
191 B
Bash
path=($HOME/bin $HOME/apps/bin /usr/local/narwhal/bin /usr/local/bin /usr/local/sbin /opt/local/bin /opt/local/sbin $path)
|
|
ZDOTDIR=~/config/zsh
|
|
|
|
fpath=($fpath $ZDOTDIR/func)
|
|
typeset -U fpath
|