Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/etc/.profile

7 lines
158 B
Shell

export EDITOR='emacs'
export VISUAL=$EDITOR
export WORKON_HOME=$HOME/.virtualenvs
source /usr/bin/virtualenvwrapper.sh
export XDG_CONFIG_HOME=$HOME/.config