.bash_profile

This commit is contained in:
Tom Willemsen 2012-02-25 21:30:24 +01:00
parent 7778a95781
commit 4e448f27ec

7
.bash_profile Normal file
View file

@ -0,0 +1,7 @@
# -*- eval: (git-auto-commit-mode 1) -*-
export BROWSER=conkeror
export EDITOR="emacsclient -c -a emacs"
export INFOPATH="${HOME}/documents/info:${INFOPATH}"
export PATH="${HOME}/bin:${PATH}:/usr/local/bin"
alias cower="cower --color=always --target=$HOME/var/aur"