summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2020-02-11 20:10:31 -0600
committerDanny Holman <dholman@gymli.org>2020-02-11 20:10:31 -0600
commit47719ba77ce4917c6715a879f4265749fca4b779 (patch)
treee7caee5e72028a01766a8e074b5317a1125be747
parentb1ee3d5faf220e2ddc94fc778330273d3fad8022 (diff)
zsh: ignore duplicate history entries
-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