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" 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"