From 0896ff2fb3d245ff39eb7fb91917e26e6c9a3768 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Wed, 1 Apr 2020 01:06:33 +0400 Subject: [PATCH] Use same notation for user@hostname --- themes/barbuk/README.md | 2 +- themes/barbuk/barbuk.theme.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}