Skip to content

Instantly share code, notes, and snippets.

@kesco
Created September 6, 2014 02:54
Show Gist options
  • Save kesco/7bde1139dbba6ca4c1af to your computer and use it in GitHub Desktop.
Save kesco/7bde1139dbba6ca4c1af to your computer and use it in GitHub Desktop.
Zsh
# VirtualEnvWrapper Settings
export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/Devel
export VIRTUALENVWRAPPER_SCRIPT=/usr/local/bin/virtualenvwrapper.sh
source /usr/local/bin/virtualenvwrapper_lazy.sh
# Emacs设置
alias em='emacsclient -t -a ""'
alias emc='emacsclient -nc -a ""'
EDITOR='emacsclient -a ""'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment