added ruby gem path to PATH

This commit is contained in:
Johannes Findeisen 2015-08-08 23:27:36 +02:00
commit f25c4576af

2
.zshrc
View file

@ -1,5 +1,5 @@
# Extend my $PATH to $PATH/bin
export PATH=$HOME/bin:$PATH
export PATH=$HOME/bin:/home/hanez/.gem/ruby/2.2.0/bin:$PATH
# Export the $EDITOR and $TERMINAL
export BROWSER=/usr/bin/firefox