minor bugfix
parent
6e1f389952
commit
bb4ac06839
|
|
@ -22,7 +22,7 @@ function __powerline_user_info_prompt {
|
|||
;;
|
||||
*)
|
||||
if [[ -n "${SSH_CLIENT}" ]]; then
|
||||
user_info="${USER_INFO_SSH_CHAR}${USER}@${HOSTNAME}"
|
||||
user_info="${USER_INFO_SSH_CHAR}${USER}"
|
||||
else
|
||||
user_info="${USER}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue