Add .profile and reorganize git
This commit is contained in:
parent
3034ecf9e0
commit
29d72d7a4d
2 changed files with 8 additions and 1 deletions
5
etc/.profile
Normal file
5
etc/.profile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export EDITOR='emacsclient --alternate-editor="" --tty'
|
||||
export VISUAL=$EDITOR
|
||||
|
||||
export WORKON_HOME=$HOME/.virtualenvs
|
||||
source /usr/bin/virtualenvwrapper.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue