diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 9f54b3d..62be501 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -118,10 +118,10 @@ setopt inc_append_history_time # append command to history file immediately afte setopt share_history # Share your history across all your terminal windows setopt pushd_ignore_dups #setopt pushd_silent -export HISTSIZE=100000 -export SAVEHIST=100000 +export HISTSIZE=1000000 +export SAVEHIST=1000000 export HISTFILE="$XDG_DATA_HOME/zsh_history" -export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help" +export HISTORY_IGNORE="(jrnl *|l *|ls *|z *|cd *|cd -|pwd|pwd *|exit|date)" ## Set ZSH History aliases # Show the top 5 commands used in recent history