Files
DotfilesOld/zsh/configs/history.zsh
2017-12-31 15:32:30 +01:00

5 lines
110 B
Bash

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