Browse Source

add virtualenvwrapper setup

pull/1/head
Brett Langdon 12 years ago
parent
commit
6675579ba9
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      zshrc

+ 3
- 0
zshrc View File

@ -15,3 +15,6 @@ export NODE_PATH=/usr/local/lib/node_modules
unsetopt inc_append_history
unsetopt share_history # share command history data
alias irc="screen -r irssi || screen -dmS irssi irssi && screen -r irssi"
export WORKON_HOME=~/.env
source /usr/local/bin/virtualenvwrapper.sh

Loading…
Cancel
Save