diff --git a/.bashrc b/.bashrc index 4dc3448..d44df0a 100644 --- a/.bashrc +++ b/.bashrc @@ -7,9 +7,6 @@ export PATH=$PATH:$HOME/.local/bin PS1='[\u@\h \W]\$ ' -# Infinite history -HISTSIZE= HISTFILESIZE= - # Auto cd shopt -s autocd