diff options
author | Danny Holman <dholman@gymli.org> | 2020-02-11 20:10:31 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2020-02-11 20:10:31 -0600 |
commit | 47719ba77ce4917c6715a879f4265749fca4b779 (patch) | |
tree | e7caee5e72028a01766a8e074b5317a1125be747 /.zshrc | |
parent | Regular update (diff) | |
download | dotfiles-47719ba77ce4917c6715a879f4265749fca4b779.tar.gz dotfiles-47719ba77ce4917c6715a879f4265749fca4b779.tar.zst dotfiles-47719ba77ce4917c6715a879f4265749fca4b779.zip |
zsh: ignore duplicate history entries
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |