summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 639fce6..90478d2 100644
--- a/.zshrc
+++ b/.zshrc
@@ -34,8 +34,7 @@ bindkey -M vicmd 'j' history-substring-search-down
alias ls="ls --color=auto"
alias pacin="sudo pacman -S"
alias pacr="sudo pacman -Rns"
-alias pacup="sudo pacman -Syu;checkpkg"
-alias cower="cower --color=auto"
+alias pacup="sudo pacman -Syu;auracle sync"
alias irssi="torsocks irssi"
# Powerline
@@ -58,7 +57,7 @@ pacsearch() {
fi
pacman -Ss $1
- cower -s $1
+ auracle search $1
}
man() {