From 2aa1745aa4b3a5f9f27bcecb8b069dcc179c1800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 31 May 2021 20:10:44 +0200 Subject: [PATCH] Added sbin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Wozniak Signed-off-by: Marcin Woźniak --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 51fa3e2..5fe7476 100644 --- a/.zshrc +++ b/.zshrc @@ -107,5 +107,6 @@ alias aria2c="aria2c --seed-time=0 --disable-ipv6 --max-upload-limit=1k" # Cleaning-up export PATH=$HOME/.local/bin:$PATH +export PATH=/sbin:$PATH [ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH export HISTTIMEFORMAT="%F %T "