diff --git a/.zshrc b/.zshrc index a48276a..8e9c769 100644 --- a/.zshrc +++ b/.zshrc @@ -15,6 +15,7 @@ HISTFILE="$HOME/.zsh_history" HISTSIZE=50000 # shellcheck disable=SC2034 SAVEHIST=10000 +# shellcheck disable=SC2034 HISTORY_IGNORE="(ll|gs)" ## History command configuration setopt extended_history # record timestamp of command in HISTFILE