dotfiles/dot_config/zsh/configs/history.zsh
2024-09-26 16:35:01 -05:00

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"