diff --git a/zsh/.profile b/zsh/.profile deleted file mode 100644 index 3c0f822..0000000 --- a/zsh/.profile +++ /dev/null @@ -1,5 +0,0 @@ -export EDITOR='emacsclient --alternate-editor="" --tty' -export VISUAL=$EDITOR - -export WORKON_HOME=$HOME/.virtualenvs -source /usr/bin/virtualenvwrapper.sh