fixed broken indent in previous commit

This commit is contained in:
Georg Ogris 2016-01-05 22:47:18 +01:00
commit 80ca3c058e

View file

@ -79,7 +79,7 @@ prompt_end() {
# Context: user@hostname (who am I and where am I)
prompt_context() {
if [[ "$USER" != "$DEFAULT_USER" ]]; then
if [[ "$USER" != "$DEFAULT_USER" ]]; then
prompt_segment black default "%(!.%{%F{yellow}%}.)$USER@%m"
elif [[ "$USER" == "$DEFAULT_USER" && -n "$SSH_CLIENT" ]]; then
prompt_segment black default "%(!.%{%F{yellow}%}.)%m"