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
|
||||
|
|
@ -7,10 +7,12 @@
|
|||
~/.config/zsh: zsh/
|
||||
~/.zshrc: zsh/.zshrc
|
||||
~/.hgrc: hg/.hgrc
|
||||
~/.config/git/config: git/config
|
||||
~/.config/git: git
|
||||
~/.vim: vim/
|
||||
~/.vimrc: vim/.vimrc
|
||||
~/.mbsyncrc: isync/.mbsyncrc
|
||||
~/.pentadactylrc: pentadactyl/.pentadactylrc
|
||||
~/.Xresources: X/.Xresources
|
||||
~/.Xdefaults: X/.Xdefaults
|
||||
~/.profile: etc/.profile
|
||||
~/.sup: sup/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue