From 80ca3c058e595b7961bd37b6bc500eeba80bc20d Mon Sep 17 00:00:00 2001 From: Georg Ogris Date: Tue, 5 Jan 2016 22:47:18 +0100 Subject: [PATCH] fixed broken indent in previous commit --- themes/agnoster.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index a165a6d03..422af7535 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -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"