dotfiles/zsh/.config/zsh/config.d/10_history.zsh

7 lines
126 B
Bash

# History management
HISTSIZE=1000
SAVEHIST=1000
HISTFILE="$HOME/.zhistory"
setopt INC_APPEND_HISTORY
setopt HIST_IGNORE_DUPS