minor bugfix

pull/891/head
Tim Noise 2017-06-15 07:12:30 +00:00
parent 6e1f389952
commit bb4ac06839
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function __powerline_user_info_prompt {
;; ;;
*) *)
if [[ -n "${SSH_CLIENT}" ]]; then if [[ -n "${SSH_CLIENT}" ]]; then
user_info="${USER_INFO_SSH_CHAR}${USER}@${HOSTNAME}" user_info="${USER_INFO_SSH_CHAR}${USER}"
else else
user_info="${USER}" user_info="${USER}"
fi fi