diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..ebd9117 --- /dev/null +++ b/.bash_profile @@ -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"