From 7b92b1fc8005210b1b5bf645a2d8de32bcabf295 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 "