.zshrc: added a new value for PATH

This commit is contained in:
Marcin Woźniak 2024-10-06 01:47:23 +02:00
parent 60b3b10426
commit 4b929f4b0a
Signed by: y0rune
GPG Key ID: F204C385F57EB348

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 "