Skip to content

Commit

Permalink
I'm a node developer now or something
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Nov 3, 2015
1 parent 9166327 commit 42e4825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -15,3 +15,4 @@ tmtags
*.moved-aside/
DerivedData
Pods
node_modules/
3 changes: 3 additions & 0 deletions .zshrc
Expand Up @@ -24,3 +24,6 @@ zstyle ':completion:*' insert-tab pending

# Load files
for file (~/.zsh/*.zsh) source $file

export NVM_DIR="/Users/soffes/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm

0 comments on commit 42e4825

Please sign in to comment.