dotfiles/zsh/history.zsh

6 lines
167 B
Bash
Raw Normal View History

2023-07-14 22:39:37 +02:00
# Keep 5000 lines of history within the shell and save it to ~/.zsh_history:
setopt histignorealldups sharehistory
HISTSIZE=5000
SAVEHIST=5000
HISTFILE=~/.zsh_history