Skip to content

Commit

Permalink
theme/barbuk: shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelicWizard committed Sep 24, 2021
1 parent facf34f commit edba5dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions themes/barbuk/barbuk.theme.bash
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,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 {
Expand Down

0 comments on commit edba5dd

Please sign in to comment.