From 4e448f27ecaf9c3776f2e3cc691281aaeb5f7f05 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 25 Feb 2012 21:30:24 +0100 Subject: .bash_profile --- .bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .bash_profile 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" -- cgit v1.2.3-54-g00ecf