diff --git a/.bashrc b/.bashrc index 0205fa8..88c557a 100644 --- a/.bashrc +++ b/.bashrc @@ -5,6 +5,9 @@ PS1='[\u@\h \W]\$ ' +# Infinite history +HISTSIZE= HISTFILESIZE= + export PATH=$PATH:$HOME/.local/bin source $HOME/.bash_aliases