Fixed cower download directory
This commit is contained in:
parent
510801b768
commit
4396a202a1
1 changed files with 2 additions and 1 deletions
3
zshrc
3
zshrc
|
@ -1,3 +1,4 @@
|
|||
# -*- Mode: shell-script -*-
|
||||
# Setup variables
|
||||
PATH="${PATH}:/usr/local/bin:${HOME}/bin"
|
||||
|
||||
|
@ -46,7 +47,7 @@ alias evolus-pencil="/usr/lib/evolus-pencil-svn/evolus-pencil.sh"
|
|||
alias grep="grep --color=auto"
|
||||
alias ls="ls -F --color=auto"
|
||||
alias slrn="NNTPSERVER='news.eternal-september.org' slrn"
|
||||
alias cower="cower --color=auto --target=~/aur/"
|
||||
alias cower="cower --color=auto --target=$HOME/aur"
|
||||
|
||||
# Set terminal name to current runnign application
|
||||
case $TERM in
|
||||
|
|
Loading…
Reference in a new issue