diff options
-rwxr-xr-x | zsh/.zsh/environment.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zsh/environment.zsh b/zsh/.zsh/environment.zsh index 3a497e2..27e7fdf 100755 --- a/zsh/.zsh/environment.zsh +++ b/zsh/.zsh/environment.zsh @@ -18,7 +18,7 @@ #HIST_STAMPS=mm/dd/yyyy #█▓▒░ paths -export PATH=$HOME/bin:/usr/local/bin:/home/neodarz/.gem/ruby/2.5.0/bin:$PATH +export PATH=$HOME/bin:/usr/local/bin:/home/neodarz/.gem/ruby/2.6.0/bin:/home/neodarz/.local/bin::/home/neodarz/go/bin:$HOME/.rbenv/bin:$PATH #export MANPATH=/usr/local/man:$MANPATH #█▓▒░ preferred editor for local and remote sessions |