From 4b929f4b0a2f2316763e5a2db5e51e31af51fa63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 6 Oct 2024 01:47:23 +0200 Subject: [PATCH] .zshrc: added a new value for PATH --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5397249..c41b5cb 100644 --- a/.zshrc +++ b/.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 "