Skip to content

Commit

Permalink
Allow setting git current user and add a default icon
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbUk committed Jan 22, 2025
1 parent 9a4af68 commit 895d48c
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 895d48c

Please sign in to comment.