Skip to content

Instantly share code, notes, and snippets.

@qwinters
Created June 2, 2021 20:43
Show Gist options
  • Save qwinters/c654312f71f9c6da83fff240e3a6316b to your computer and use it in GitHub Desktop.
Save qwinters/c654312f71f9c6da83fff240e3a6316b to your computer and use it in GitHub Desktop.
Better History Settings
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