dotfiles/zsh/.zsh/configs/history.zsh

8 lines
110 B
Bash

setopt histignoredups
setopt inc_append_history
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history