dotfiles/zsh/history.zsh

4 lines
78 B
Bash

# ===== History
HISTSIZE=1000000
SAVEHIST=1000000
HISTFILE=~/.zsh/zsh_history