Use same notation for user@hostname
parent
d6d4e4bc7d
commit
0896ff2fb3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue