summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-25 21:30:24 +0100
committerGravatar Tom Willemsen2012-02-25 21:30:24 +0100
commit4e448f27ecaf9c3776f2e3cc691281aaeb5f7f05 (patch)
tree721babba2301b80d089c1b24bbe46f2c40f7fac7 /.bash_profile
parent7778a957813a2db65cca5a4819d057424e220b44 (diff)
downloaddotfiles-4e448f27ecaf9c3776f2e3cc691281aaeb5f7f05.tar.gz
dotfiles-4e448f27ecaf9c3776f2e3cc691281aaeb5f7f05.zip
.bash_profile
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile7
1 files changed, 7 insertions, 0 deletions
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"