From 8db6f8a6464e9b6f3655794cd186c6a3749d2282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 1 May 2021 22:00:42 +0200 Subject: [PATCH] Fix problem with not exporting folder into PATH --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 4bdf0f3..51fa3e2 100644 --- a/.zshrc +++ b/.zshrc @@ -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 "