diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-05 10:45:17 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-05 10:45:17 +0200 |
commit | a08790dfcd25bef2121382912b33ca9256c0dcac (patch) | |
tree | 983da9e994c54433ca25c44e1c819109a7ac0466 /zsh | |
parent | da1f21735003527d95046d35eb8ace85b2bba32b (diff) | |
download | dotfiles_ascii-a08790dfcd25bef2121382912b33ca9256c0dcac.tar.xz dotfiles_ascii-a08790dfcd25bef2121382912b33ca9256c0dcac.zip |
Set correct ruby folder path
Diffstat (limited to 'zsh')
-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 3d55acb..6cbca2b 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/xero/.gem/ruby/2.2.0/bin:$PATH +export PATH=$HOME/bin:/usr/local/bin:/home/neodarz/.gem/ruby/2.5.0/bin:$PATH #export MANPATH=/usr/local/man:$MANPATH #█▓▒░ preferred editor for local and remote sessions |