From 9e023070a1e92d3d002dff271829fb3b7f11eea1 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Fri, 8 Aug 2014 07:50:19 -0400 Subject: [PATCH] clean up zshrc --- zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 8830571..05a2bb1 100644 --- a/zshrc +++ b/zshrc @@ -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