Compare commits

...

2 Commits

Author SHA1 Message Date
Peter J. Holzer c106c82fb8 Add local go bin directory to path 2019-10-10 10:10:43 +02:00
Peter J. Holzer 6cefd7e458 Remove obsolete comment 2019-10-10 09:58:55 +02:00
1 changed files with 1 additions and 2 deletions

View File

@ -54,12 +54,11 @@ then
PATH=`$preppath -c /usr/bin/X11:/usr/games:/usr/contrib/bin`
PATH=`$preppath -c /bin:/usr/bin`
# Debian's open/libre office is in /usr/bin, so we need to prepend
# the current version before it:
PATH=`$preppath -c /usr/sbin:/sbin`
PATH=`$preppath -c /usr/local/sbin:/usr/local/bin`
`$preppath -c -e /usr/local/node-v8.9.4-linux-x86/bin`
`$preppath -c -e -r /usr/lib/go-1.*/bin`
`$preppath -c -e -r $HOME/go/bin`
PATH=`$preppath -c $HOME/scripts`
PATH=`$preppath -c $HOME/bin/hosts:$HOME/bin`