From 10a94066dc3f6f1467f8468306cc70ce513b58ea Mon Sep 17 00:00:00 2001 From: Spirit Date: Mon, 25 Dec 2023 01:18:28 +0300 Subject: [PATCH] + Enable auto `cd` --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) 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