Update condition for showing an extra space

This commit is contained in:
Florian Meinicke 2019-10-27 10:20:59 +01:00
parent 981eb1a632
commit 108b6a45f6

View File

@ -692,6 +692,7 @@ function __bobthefish_prompt_user -S -d 'Display current user and hostname'
end
set -q display_user
or set -q display_sudo_user
or set -q display_hostname
and echo -ns ' '
end