Add subdirecories of ~/bin/hosts to PATH
This commit is contained in:
parent
2741a2d553
commit
14dd884ae0
4
.zshenv
4
.zshenv
|
@ -56,7 +56,9 @@ then
|
||||||
`$preppath -c -e -r /usr/local/go-1.*/bin`
|
`$preppath -c -e -r /usr/local/go-1.*/bin`
|
||||||
`$preppath -c -e -r $HOME/go/bin`
|
`$preppath -c -e -r $HOME/go/bin`
|
||||||
PATH=`$preppath -c $HOME/scripts`
|
PATH=`$preppath -c $HOME/scripts`
|
||||||
PATH=`$preppath -c $HOME/bin/hosts:$HOME/bin`
|
PATH=`$preppath -c $HOME/bin`
|
||||||
|
PATH=`$preppath -c $HOME/bin/hosts`
|
||||||
|
PATH=`$preppath -c $HOME/bin/hosts/*(/)`
|
||||||
|
|
||||||
# then append less important stuff
|
# then append less important stuff
|
||||||
PATH=`apppath -c /usr/local/www/offline/devel.fiw/bin`
|
PATH=`apppath -c /usr/local/www/offline/devel.fiw/bin`
|
||||||
|
|
Loading…
Reference in New Issue