Add ruby gems to the PATH
This commit is contained in:
parent
1396b04eca
commit
b66e74a53d
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue