7 lines
158 B
Bash
7 lines
158 B
Bash
export EDITOR='emacs'
|
|
export VISUAL=$EDITOR
|
|
|
|
export WORKON_HOME=$HOME/.virtualenvs
|
|
source /usr/bin/virtualenvwrapper.sh
|
|
|
|
export XDG_CONFIG_HOME=$HOME/.config
|