mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
ruby 1.9 path
This commit is contained in:
parent
29b2e29678
commit
62c2106fb5
1 changed files with 3 additions and 0 deletions
3
profile
3
profile
|
|
@ -20,6 +20,9 @@ export NODE_PATH
|
||||||
# Ruby Gems
|
# Ruby Gems
|
||||||
test -d /var/lib/gems/1.8/bin && PATH="$PATH:/var/lib/gems/1.8/bin" RUBYOPT="-rubygems"
|
test -d /var/lib/gems/1.8/bin && PATH="$PATH:/var/lib/gems/1.8/bin" RUBYOPT="-rubygems"
|
||||||
export PATH RUBYOPT
|
export PATH RUBYOPT
|
||||||
|
# Gems on OSX homebrew
|
||||||
|
test -d /usr/local/Cellar/ruby/1.9.2-p290/bin && PATH="/usr/local/Cellar/ruby/1.9.2-p290/bin:$PATH"
|
||||||
|
export PATH
|
||||||
|
|
||||||
# default editor
|
# default editor
|
||||||
EDITOR=vim
|
EDITOR=vim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue