Browse Source

clean up zshrc

pull/1/head
Brett Langdon 12 years ago
parent
commit
9e023070a1
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      zshrc

+ 1
- 2
zshrc View File

@ -13,10 +13,9 @@ export NODE_PATH=/usr/local/lib/node_modules
export GOPATH=~/go
export WORKON_HOME=~/.env
export EDITOR=emacs
source /usr/local/bin/virtualenvwrapper.sh
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
hash -d src=~/src

Loading…
Cancel
Save