dotfiles/zsh/history.zsh

4 lines
67 B
Bash

# History
HISTSIZE=10000
SAVEHIST=9000
HISTFILE=~/.zsh/zsh_history