updated ruby PATH to 2.5.0

This commit is contained in:
Johannes Findeisen 2018-01-05 21:53:14 +01:00
commit 185d816ae5

2
.zshrc
View file

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