Skip to content

Commit

Permalink
Merge pull request Bash-it#2278 from BarbUk/barbuk-theme/enable_SCM_T…
Browse files Browse the repository at this point in the history
…HEME_CURRENT_USER
  • Loading branch information
seefood authored Jan 22, 2025
2 parents d3210d0 + 895d48c commit 2726eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/themes-list/barbuk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Default theme glyphs
BARBUK_GITHUB_CHAR=''
BARBUK_GIT_DEFAULT_CHAR=''
BARBUK_GIT_BRANCH_ICON=''
BARBUK_CURRENT_USER_PREFFIX=''
BARBUK_HG_CHAR=''
BARBUK_SVN_CHAR=''
BARBUK_EXIT_CODE_ICON=''
Expand Down
3 changes: 1 addition & 2 deletions themes/barbuk/barbuk.theme.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SCM_GIT_CHAR_DEFAULT=${BARBUK_GIT_DEFAULT_CHAR:=' '}
SCM_GIT_CHAR_ICON_BRANCH=${BARBUK_GIT_BRANCH_ICON:=''}
SCM_HG_CHAR=${BARBUK_HG_CHAR:=''}
SCM_SVN_CHAR=${BARBUK_SVN_CHAR:=''}
SCM_THEME_CURRENT_USER_PREFFIX=${normal?}${BARBUK_CURRENT_USER_PREFFIX:=''}
# Exit code
EXIT_CODE_ICON=${BARBUK_EXIT_CODE_ICON:=''}
# Programming and tools
Expand Down Expand Up @@ -48,8 +49,6 @@ GIT_THEME_PROMPT_CLEAN=" ${bold_green?}✓"
GIT_THEME_PROMPT_PREFIX="${cyan?}"
GIT_THEME_PROMPT_SUFFIX="${cyan?}"
SCM_THEME_BRANCH_TRACK_PREFIX="${normal?}${cyan?}"
SCM_THEME_CURRENT_USER_PREFFIX=''
SCM_GIT_SHOW_CURRENT_USER=false
NVM_THEME_PROMPT_PREFIX=''
NVM_THEME_PROMPT_SUFFIX=''
RVM_THEME_PROMPT_PREFIX=''
Expand Down

0 comments on commit 2726eab

Please sign in to comment.