Add ruby gems to the PATH

This commit is contained in:
Jonny Barnes 2017-06-23 12:46:22 +01:00
parent 1396b04eca
commit b66e74a53d

3
zshrc
View file

@ -172,6 +172,9 @@ export PATH="$PATH:$HOME/.yarn/bin"
# rust/cargo bin PATH
export PATH="$PATH:$HOME/.cargo/bin"
# Ruby PATH
export PATH="$PATH:$HOME/.gem/ruby/2.4.0/bin"
# Set the DEFAULT_USER variable to me (jonny)
export DEFAULT_USER="jonny"