Created
June 2, 2021 20:43
-
-
Save qwinters/c654312f71f9c6da83fff240e3a6316b to your computer and use it in GitHub Desktop.
Better History Settings
This file contains hidden or 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 HISTSIZE=10000000 | |
export SAVEHIST=10000000 | |
HIST_STAMPS="%Y-%m-%d% %T" | |
setopt EXTENDED_HISTORY | |
setopt INC_APPEND_HISTORY | |
setopt SHARE_HISTORY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment