[zsh] Add ruby gem path
This commit is contained in:
parent
4fed477386
commit
2b37f5d5e2
1 changed files with 1 additions and 0 deletions
1
env
1
env
|
@ -36,6 +36,7 @@ path=("/usr/local/bin" "/usr/bin" "/bin" "/usr/local/sbin" "/usr/sbin" "/sbin")
|
|||
prepend-to-path "/usr/X11/bin"
|
||||
prepend-to-path "/opt/local/bin"
|
||||
prepend-to-path "$HOME/.local/bin"
|
||||
prepend-to-path "$HOME/.gem/ruby/2.2.0/bin"
|
||||
prepend-to-path "$HOME/bin"
|
||||
export path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue