From 0ae7dcb134b754120e45f5f5bca2d16bcdf79c94 Mon Sep 17 00:00:00 2001 From: John D Pell Date: Sat, 18 Sep 2021 14:58:18 -0700 Subject: [PATCH] theme/barbuk: `shfmt` --- themes/barbuk/barbuk.theme.bash | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/barbuk/barbuk.theme.bash b/themes/barbuk/barbuk.theme.bash index 77aa2b114e..f70b676135 100644 --- a/themes/barbuk/barbuk.theme.bash +++ b/themes/barbuk/barbuk.theme.bash @@ -40,13 +40,13 @@ SCM_THEME_CURRENT_USER_PREFFIX='  ' SCM_GIT_SHOW_CURRENT_USER=false case $HISTCONTROL in -*'auto'*) - : # Do nothing, already configured. - ;; -*) - # Append new history lines to history file - HISTCONTROL="${HISTCONTROL:-}${HISTCONTROL:+:}autosave" - ;; + *'auto'*) + : # Do nothing, already configured. + ;; + *) + # Append new history lines to history file + HISTCONTROL="${HISTCONTROL:-}${HISTCONTROL:+:}autosave" + ;; esac function _git-uptream-remote-logo {