Added fortigate bin if exist

This commit is contained in:
Marcin Woźniak 2021-05-01 21:51:35 +02:00
parent 4583c497e8
commit 6edce6ed61
Signed by: y0rune
GPG Key ID: F204C385F57EB348

1
.zshrc
View File

@ -107,4 +107,5 @@ alias aria2c="aria2c --seed-time=0 --disable-ipv6 --max-upload-limit=1k"
# Cleaning-up
export PATH=$HOME/.local/bin:$PATH
[ -d $HOME/fortigate/bin ] && export PATH=$HOME/fortigate/bin:$PATH
export HISTTIMEFORMAT="%F %T "