diff --git a/bash/.bash_profile b/bash/.bash_profile index 881b2e5..cfea67f 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,6 +1,5 @@ # .bash_profile # Adrian Abeyta -# 2026.04.05 # don't do anything if not running interactively case $- in @@ -28,10 +27,10 @@ if is_true "${HAVE_FUN:-}"; then source ~/.fun fi -shopt -s nocaseglob; # case-insensitive globbing -shopt -s histappend; # append to bash history file -shopt -s cdspell; # autocorrect typos in path names when cd'ing -shopt -s checkwinsize # update col/line values on each command +shopt -s nocaseglob; # case-insensitive globbing +shopt -s histappend; # append to bash history file +shopt -s cdspell; # autocorrect typos in path names when cd'ing +shopt -s checkwinsize # update col/line values on each command # enable tab completion for 'g' by marking as alias for 'git' if type _git &> /dev/null; then