Add subdirecories of ~/bin/hosts to PATH

This commit is contained in:
Peter J. Holzer 2020-11-12 15:10:39 +01:00 committed by Peter J. Holzer
parent 2741a2d553
commit 14dd884ae0
1 changed files with 3 additions and 1 deletions

View File

@ -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`