.bash_profile
This commit is contained in:
parent
7778a95781
commit
4e448f27ec
1 changed files with 7 additions and 0 deletions
7
.bash_profile
Normal file
7
.bash_profile
Normal file
|
@ -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"
|
Loading…
Reference in a new issue