From 94b58755926b456443f4c1cec00e9ab45a09c029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Thu, 5 Jan 2023 10:12:36 +0100 Subject: [PATCH] Added the new PATHs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index c852032..fe2cd6c 100644 --- a/.zshrc +++ b/.zshrc @@ -134,9 +134,11 @@ export PATH=/bin:$PATH export PATH=/usr/bin:$PATH export PATH=/usr/sbin:$PATH export PATH=/sbin:$PATH +export PATH=/usr/local/bin:$PATH export PATH=$HOME/go/bin:$PATH export PATH=$HOME/golang/bin:$PATH export PATH=$HOME/.local/bin:$PATH +export PATH=$HOME/node_modules/.bin:$PATH export GOPATH=$HOME/golang export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin [ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH