Skip to content

Commit

Permalink
Modularized virtualenv and nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
croaker committed Mar 26, 2014
1 parent 91d7c4e commit 43031ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions lib/nvm.zsh
@@ -0,0 +1 @@
source $(brew --prefix nvm)/nvm.sh
5 changes: 5 additions & 0 deletions lib/virtualenv.zsh
@@ -0,0 +1,5 @@
# Virtualenvwrapper
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
export VIRTUAL_ENV_DISABLE_PROMPT=1
source /usr/local/bin/virtualenvwrapper.sh
fi
5 changes: 0 additions & 5 deletions zshenv
Expand Up @@ -7,11 +7,6 @@ if [ -d $HOME/.rbenv ]; then
eval "$(rbenv init -)"
fi

# Virtualenvwrapper
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
source /usr/local/bin/virtualenvwrapper.sh
fi

# Ruby configs, if available
export RUBY_GC_HEAP_INIT_SLOTS=1000000
export RUBY_HEAP_SLOTS_INCREMENT=1000000
Expand Down

0 comments on commit 43031ea

Please sign in to comment.