[BASH] Add Ruby Gems paths into bashrc
This commit is contained in:
parent
5239325830
commit
72d5f5dbbe
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -218,3 +218,6 @@ export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
export PATH="$HOME/.local/bin:$PATH":
|
export PATH="$HOME/.local/bin:$PATH":
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
|
|
||||||
|
# Install Ruby Gems to ~/gems
|
||||||
|
export GEM_HOME="$HOME/gems"
|
||||||
|
export PATH="$HOME/gems/bin:$PATH"
|
||||||
|
|
Loading…
Reference in a new issue