summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2019-05-27 22:32:06 -0500
committerDanny Holman <dholman@gymli.org>2019-05-27 22:32:06 -0500
commit48ea632e741dcd831df456fca993e33b47a81aa9 (patch)
treeab421b5afca9fadbf6137571b0fa85076df1a8d6 /.zshrc
parent5f975aa0048ba90db79f7af29439207dd00a45ec (diff)
General updates
General updates to things due to package differences since last update.
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() {