Created
October 9, 2021 05:56
-
-
Save mohitt/ac75ee07097729a24d77743ce60c8a0f to your computer and use it in GitHub Desktop.
zsh history configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export HISTFILE=~/.zsh_history | |
export HISTFILESIZE=1000000000 | |
export HISTSIZE=1000000000 | |
setopt INC_APPEND_HISTORY | |
export HISTTIMEFORMAT="[%F %T] " | |
setopt EXTENDED_HISTORY | |
setopt HIST_FIND_NO_DUPS | |
setopt HIST_IGNORE_ALL_DUPS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment