Skip to content

Commit

Permalink
add nvm, remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Aug 16, 2015
1 parent 5e19502 commit 0d98571
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .sh/aliases
Expand Up @@ -43,7 +43,6 @@ alias le='lein'
alias lr='lein repl'
alias lt='lein test'
alias b='boson'
alias t='tag'
alias r19='rbenv shell 1.9.3-p194'
alias rvg='rvm gemset'
alias rvu='rvm gemset use'
Expand Down
1 change: 1 addition & 0 deletions .sh/all
Expand Up @@ -6,3 +6,4 @@ if [ -f ~/.sh/private ]; then
fi

source ~/.sh/variables
source $(brew --prefix nvm)/nvm.sh
1 change: 1 addition & 0 deletions .sh/variables
Expand Up @@ -8,6 +8,7 @@ export MANPATH=$MANPATH:/usr/local/man
export LC_CTYPE=en_US.UTF-8
# only page if more than a screenful
export LESS=FRX
export NVM_DIR=~/.nvm

# ruby
export RI="--no-home --no-gems --no-site --format ansi -T"
Expand Down

0 comments on commit 0d98571

Please sign in to comment.