Skip to content

Commit

Permalink
Added JRuby bin to paths so we can run Culerity
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Jan 6, 2010
1 parent 2f4b8c7 commit b0357c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bash/paths
@@ -1,2 +1,3 @@
export PATH="~/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:/opt/local/bin:$PATH"
export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"
export JRUBY_PATH=`ruby -e "puts Dir.glob(ENV['HOME'] + '/.rvm/jruby*/bin').first"`
export PATH="~/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:/opt/local/bin:$JRUBY_PATH:$PATH"
export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"

0 comments on commit b0357c5

Please sign in to comment.