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

View file

@ -7,10 +7,12 @@
~/.config/zsh: zsh/ ~/.config/zsh: zsh/
~/.zshrc: zsh/.zshrc ~/.zshrc: zsh/.zshrc
~/.hgrc: hg/.hgrc ~/.hgrc: hg/.hgrc
~/.config/git/config: git/config ~/.config/git: git
~/.vim: vim/ ~/.vim: vim/
~/.vimrc: vim/.vimrc ~/.vimrc: vim/.vimrc
~/.mbsyncrc: isync/.mbsyncrc ~/.mbsyncrc: isync/.mbsyncrc
~/.pentadactylrc: pentadactyl/.pentadactylrc ~/.pentadactylrc: pentadactyl/.pentadactylrc
~/.Xresources: X/.Xresources ~/.Xresources: X/.Xresources
~/.Xdefaults: X/.Xdefaults ~/.Xdefaults: X/.Xdefaults
~/.profile: etc/.profile
~/.sup: sup/