From 0e7be258d9a4cb758cc1a33f540d7388b594746f Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 3 Feb 2023 23:25:38 -0500 Subject: [PATCH] Auto Update --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index ae6b71e..e3bb215 100644 --- a/.bashrc +++ b/.bashrc @@ -20,6 +20,9 @@ shopt -s checkwinsize # match all files and zero or more directories and subdirectories. shopt -s globstar +# automatically prepend cd when entering just a path in the shell +shopt -s autocd + # set a fancy prompt (non-color, unless we know we "want" color) export TERM=xterm-color