1
0
Fork 0

Add .profile and reorganize git

This commit is contained in:
Jeremy Kaplan 2015-11-20 23:50:51 -05:00
commit 29d72d7a4d
2 changed files with 8 additions and 1 deletions

5
etc/.profile Normal file
View file

@ -0,0 +1,5 @@
export EDITOR='emacsclient --alternate-editor="" --tty'
export VISUAL=$EDITOR
export WORKON_HOME=$HOME/.virtualenvs
source /usr/bin/virtualenvwrapper.sh