mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
rubygems option for 1.8
This commit is contained in:
parent
a26eec1d42
commit
93bd1ac104
1 changed files with 2 additions and 2 deletions
4
profile
4
profile
|
|
@ -18,8 +18,8 @@ NODE_PATH=/usr/local/lib/node
|
||||||
export NODE_PATH
|
export NODE_PATH
|
||||||
|
|
||||||
# Ruby Gems
|
# Ruby Gems
|
||||||
test -d /var/lib/gems/1.8/bin && PATH="$PATH:/var/lib/gems/1.8/bin"
|
test -d /var/lib/gems/1.8/bin && PATH="$PATH:/var/lib/gems/1.8/bin" RUBYOPT="-rubygems"
|
||||||
export PATH
|
export PATH RUBYOPT
|
||||||
|
|
||||||
# default editor
|
# default editor
|
||||||
EDITOR=vim
|
EDITOR=vim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue