From 47719ba77ce4917c6715a879f4265749fca4b779 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Tue, 11 Feb 2020 20:10:31 -0600 Subject: zsh: ignore duplicate history entries --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3