diff --git a/.bashrc b/.bashrc index 88c557a..1dca5c6 100644 --- a/.bashrc +++ b/.bashrc @@ -8,6 +8,9 @@ PS1='[\u@\h \W]\$ ' # Infinite history HISTSIZE= HISTFILESIZE= +# Auto cd +shopt -s autocd + export PATH=$PATH:$HOME/.local/bin source $HOME/.bash_aliases