dotfiles/zsh/history.zsh

8 lines
238 B
Bash

#######################################################################
# History configuration
#######################################################################
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory