Files
DotfilesOld/zsh/configs/history.zsh
2017-08-13 23:17:04 +02:00

5 lines
96 B
Bash

setopt hist_ignore_all_dups inc_append_history
HISTFILE=~/.zhistory
HISTSIZE=4096
SAVEHIST=4096