diff --git a/themes/barbuk/README.md b/themes/barbuk/README.md index c3101734..dad6e140 100644 --- a/themes/barbuk/README.md +++ b/themes/barbuk/README.md @@ -8,7 +8,7 @@ A minimal theme with a clean git prompt * Current path (red when user is root) * Current git info * Last command exit code (only shown when the exit code is greater than 0) -* user@host for ssh connection +* user@hostname for ssh connection ## Fonts and glyphs diff --git a/themes/barbuk/barbuk.theme.bash b/themes/barbuk/barbuk.theme.bash index 2cba4df7..7990ca91 100644 --- a/themes/barbuk/barbuk.theme.bash +++ b/themes/barbuk/barbuk.theme.bash @@ -9,7 +9,7 @@ SCM_GIT_CHAR_DEFAULT=${SCM_GIT_CHAR_DEFAULT:=' '} SCM_GIT_CHAR_ICON_BRANCH=${SCM_GIT_CHAR_ICON_BRANCH:=''} EXIT_CODE_ICON=${EXIT_CODE_ICON:=' '} -# Ssh user and fqdn display +# Ssh user and hostname display SSH_INFO=${BARBUK_SSH_INFO:=true} HOST_INFO=${BARBUK_HOST_INFO:=long}