From cee8498648d69eea57ccfe84ddd72b9137e8b088 Mon Sep 17 00:00:00 2001 From: Adrian Abeyta Date: Mon, 20 Jul 2026 00:30:02 -0600 Subject: [PATCH] fix endline comment spacing --- bash/.bash_profile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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