Created
September 6, 2014 02:54
-
-
Save kesco/7bde1139dbba6ca4c1af to your computer and use it in GitHub Desktop.
Zsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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