added extglob

This commit is contained in:
Alex Thannhauser 2025-05-23 09:52:52 -05:00
parent 739e31a339
commit 3e93307b81

3
bashrc
View file

@ -1,4 +1,7 @@
# let's you do things like 'echo !(a|b)'
shopt -s extglob
alias sl='ls'
alias ls='ls --color=auto'
alias lh='ls -l -h --color=auto'