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/
|
~/.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/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue