Skip to content

Commit

Permalink
Add classpath and bin paths
Browse files Browse the repository at this point in the history
  • Loading branch information
quiteliderally committed Mar 4, 2013
1 parent c7a319a commit 77133be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bash
Expand Up @@ -43,3 +43,6 @@ export CDPATH='.:~:~/projects'

PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
export EDITOR=vim

export PATH="${PATH}$(find ~/software/bin -iname 'bin' -type d -printf ':%p')"
export CLASSPATH="${CLASSPATH}$(find ~/software/classpath -iname '*.jar' -printf ':%h\n' | uniq | tr -d '\n')"

0 comments on commit 77133be

Please sign in to comment.