Skip to content

Commit

Permalink
add rvm bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Gilder committed Apr 23, 2012
1 parent 4a30664 commit a779543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyshell/paths
@@ -1,5 +1,5 @@
#echo "=> Loading `pwd`/paths"

export PATH="$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:$PATH"
export PATH="$HOME/bin:$HOME/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:$PATH"
export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"
export NODE_PATH="/usr/local/lib/node_modules:$NODE_PATH"

0 comments on commit a779543

Please sign in to comment.