.zshrc: added a new value for PATH
This commit is contained in:
parent
60b3b10426
commit
4b929f4b0a
2
.zshrc
2
.zshrc
@ -80,7 +80,7 @@ export PATH=$HOME/node_modules/.bin:$PATH
|
||||
export GOPATH=$HOME/golang
|
||||
export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin
|
||||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
[ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH
|
||||
[ -d $HOME/git/fortigate/bin ] && export PATH=$HOME/git/fortigate/bin:$PATH
|
||||
|
||||
# History
|
||||
export HISTTIMEFORMAT="%F %T "
|
||||
|
Loading…
Reference in New Issue
Block a user