From e5dbc62354476525a1d89b8076b879de5b795f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 3 Jul 2022 18:15:11 +0200 Subject: [PATCH] Added to $PATH the user ruby bin foldere --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 96010a3..73ba36e 100644 --- a/.zshrc +++ b/.zshrc @@ -124,6 +124,7 @@ export GOPATH=$HOME/golang export GOROOT=/usr/local/opt/go/libexec export PATH=$PATH:$GOPATH/bin export PATH=$PATH:$GOROOT/bin +export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin [ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH export HISTTIMEFORMAT="%F %T "