From fc270ae4f9f03a72844b5db0f62f5a1c0faf62be Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 2 May 2011 14:04:25 -0400 Subject: [PATCH] that little bit doesn't need to be global --- zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zshrc b/zshrc index 798a3d6..1e618ed 100644 --- a/zshrc +++ b/zshrc @@ -33,4 +33,3 @@ if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then fi export LSCOLORS="ExGxFxdxCxDxDxhbadExEx" -export PATH="/usr/local/share/python:$PATH"