Files
DotfilesOld/zsh/.zsh/configs/history.zsh
2018-05-09 00:08:38 +02:00

5 lines
110 B
Bash

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