summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-25 21:53:39 +0100
committerGravatar Tom Willemsen2012-02-25 21:53:39 +0100
commitfada655438a5021123e6b46014f9ab0db2cebca3 (patch)
tree2f9c93056daed3a1a72d30d50521d607a75d12c4 /.bash_profile
parentab27e7a3bb8b20a3efb7186c65d982345de5fdd4 (diff)
parent4e448f27ecaf9c3776f2e3cc691281aaeb5f7f05 (diff)
downloaddotfiles-fada655438a5021123e6b46014f9ab0db2cebca3.tar.gz
dotfiles-fada655438a5021123e6b46014f9ab0db2cebca3.zip
Merge remote-tracking branch 'gitorious/master' into phoenix
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"