mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
7 lines
147 B
Bash
7 lines
147 B
Bash
setopt hist_ignore_all_dups inc_append_history
|
|
HISTFILE=~/.zhistory
|
|
HISTSIZE=4096
|
|
SAVEHIST=4096
|
|
|
|
export ERL_AFLAGS="-kernel shell_history enabled"
|