Added the new PATHs
Signed-off-by: Marcin Woźniak <marcin.wozniak@wundermanthompson.com>
This commit is contained in:
parent
ccd73c800d
commit
94b5875592
2
.zshrc
2
.zshrc
@ -134,9 +134,11 @@ export PATH=/bin:$PATH
|
||||
export PATH=/usr/bin:$PATH
|
||||
export PATH=/usr/sbin:$PATH
|
||||
export PATH=/sbin:$PATH
|
||||
export PATH=/usr/local/bin:$PATH
|
||||
export PATH=$HOME/go/bin:$PATH
|
||||
export PATH=$HOME/golang/bin:$PATH
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
export PATH=$HOME/node_modules/.bin:$PATH
|
||||
export GOPATH=$HOME/golang
|
||||
export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin
|
||||
[ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH
|
||||
|
Loading…
Reference in New Issue
Block a user