Skip to content

Commit

Permalink
zsh: Ignore shellcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias- committed Apr 26, 2024
1 parent d9399df commit 779c38c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 779c38c

Please sign in to comment.