summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc
index 639fce6..bff09f2 100644
--- a/.zshrc
+++ b/.zshrc
@@ -34,9 +34,8 @@ 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 irssi="torsocks irssi"
+alias pacup="sudo pacman -Syu;auracle sync"
+alias msfconsole="sudo msfconsole --quiet -x \"db_connect root@msf\""
# Powerline
if [ $(pgrep -c powerline) -eq 0 ]; then
@@ -58,7 +57,7 @@ pacsearch() {
fi
pacman -Ss $1
- cower -s $1
+ auracle search $1
}
man() {