summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index c681785..1824cfd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -2,7 +2,7 @@
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
-setopt appendhistory extendedglob notify
+setopt appendhistory extendedglob notify histignoredups
unsetopt autocd beep nomatch
bindkey -v
# End of lines configured by zsh-newuser-install
@@ -36,7 +36,6 @@ alias pacin="sudo pacman -S"
alias pacr="sudo pacman -Rns"
alias pacup="sudo pacman -Syu;auracle sync"
alias msfconsole="sudo msfconsole -q"
-alias irssi="torsocks irssi"
# Powerline
if [ $(pgrep -c powerline) -eq 0 ]; then