Fix problem with not exporting folder into PATH

This commit is contained in:
Marcin Woźniak 2021-05-01 22:00:42 +02:00
parent 26f256c5d2
commit 41208264df
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -107,5 +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
[ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH
export HISTTIMEFORMAT="%F %T "