Skip to content

Commit

Permalink
back to nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
essmahr committed Jan 3, 2020
1 parent b1a30ad commit 723b13d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .exports
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Make Sublime the default editor.
# Make Vim the default editor.
export EDITOR='vim';

# composer
Expand All @@ -13,6 +13,9 @@ export PATH="/usr/local/opt/[email protected]/bin:$PATH"
# rbenv
export PATH="$HOME/.rbenv/bin:$PATH"

# nvm
export NVM_DIR="$HOME/.nvm"

# Prefer US English and use UTF-8.
export LANG='en_US.UTF-8';
export LC_ALL='en_US.UTF-8';
2 changes: 1 addition & 1 deletion .profile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
. $HOME/.asdf/asdf.sh

7 changes: 5 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export PATH="$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

source $ZSH/oh-my-zsh.sh

source $HOME/.scm_breeze/scm_breeze.sh

# load exports
source ~/.exports

Expand All @@ -39,6 +41,7 @@ eval "$(direnv hook zsh)"
# rbenv
eval "$(rbenv init -)"

source $HOME/.scm_breeze/scm_breeze.sh
# nvm
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm


. $HOME/.asdf/completions/asdf.bash

0 comments on commit 723b13d

Please sign in to comment.