adding the ruby bin directory in PATH
This commit is contained in:
parent
86df584325
commit
f224af746f
1 changed files with 5 additions and 0 deletions
5
.bashrc
5
.bashrc
|
@ -17,6 +17,11 @@ export USER_NICKNAME="Rodolphe Breard"
|
||||||
export DEBEMAIL="rodolphe.breard@uraniborg.net"
|
export DEBEMAIL="rodolphe.breard@uraniborg.net"
|
||||||
export DEBFULLNAME="$USER_NICKNAME"
|
export DEBFULLNAME="$USER_NICKNAME"
|
||||||
|
|
||||||
|
# Ruby bin directory
|
||||||
|
if [ -d "$HOME/.gem/ruby/2.0.0/bin" ]; then
|
||||||
|
export PATH="$PATH:$HOME/.gem/ruby/2.0.0/bin"
|
||||||
|
fi
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
eval $(dircolors -b)
|
eval $(dircolors -b)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue