From f1da596fe49d6b64022a1540cb4e29411125684c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 27 Feb 2012 09:16:23 +0100 Subject: .bash_profile --- .bash_profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index ebd9117..2f6ecab 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,5 +3,3 @@ 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 From 540f3aeec815446fcfa0dce6e48700a0b069cc5c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 28 Feb 2012 15:37:45 +0100 Subject: .zprofile --- .zprofile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .zprofile diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..779a315 --- /dev/null +++ b/.zprofile @@ -0,0 +1,2 @@ +# -*- eval: (git-auto-commit-mode 1) -*- +export PATH="${HOME}/bin:${PATH}:/usr/local/bin" -- cgit v1.2.3-54-g00ecf