Use same notation for user@hostname

pull/1536/head
BarbUk 2020-04-01 01:06:33 +04:00
parent d6d4e4bc7d
commit 0896ff2fb3
No known key found for this signature in database
GPG Key ID: DB301C759539E9FE
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}