Skip to content

Commit 8220aa2

Browse files
committed
theme/barbuk: shfmt
1 parent 66708dd commit 8220aa2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

themes/barbuk/barbuk.theme.bash

+7-7
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ SCM_THEME_CURRENT_USER_PREFFIX='  '
4242
SCM_GIT_SHOW_CURRENT_USER=false
4343

4444
case $HISTCONTROL in
45-
*'auto'*)
46-
: # Do nothing, already configured.
47-
;;
48-
*)
49-
# Append new history lines to history file
50-
HISTCONTROL="${HISTCONTROL:-}${HISTCONTROL:+:}autosave"
51-
;;
45+
*'auto'*)
46+
: # Do nothing, already configured.
47+
;;
48+
*)
49+
# Append new history lines to history file
50+
HISTCONTROL="${HISTCONTROL:-}${HISTCONTROL:+:}autosave"
51+
;;
5252
esac
5353

5454
function _git-uptream-remote-logo {

0 commit comments

Comments
 (0)