Auto Update

This commit is contained in:
matt1432 2023-02-03 23:25:38 -05:00
parent 7958081547
commit 0e7be258d9

View file

@ -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