[zsh] Add ruby gem path

This commit is contained in:
Eryn Wells 2015-02-04 07:40:16 -08:00
parent 4fed477386
commit 2b37f5d5e2

1
env
View file

@ -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