diff --git a/roles/dotfiles/files/dot.bashrc b/roles/dotfiles/files/dot.bashrc index fe7d2a9..8758c60 100644 --- a/roles/dotfiles/files/dot.bashrc +++ b/roles/dotfiles/files/dot.bashrc @@ -16,8 +16,8 @@ shopt -s autocd shopt -s histappend HISTCONTROL=ignoreboth -HISTSIZE=20000 -HISTFILESIZE=20000 +HISTSIZE=1000000 +HISTFILESIZE=1000000 HISTTIMEFORMAT="%d %b %Y %T %z " if [ "$EUID" -eq 0 ]; then