.zshrc: added a new value for PATH

This commit is contained in:
Marcin Woźniak 2024-10-06 01:47:23 +02:00
parent 175f3abe2a
commit 7b92b1fc80

2
.zshrc
View File

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