From 0586598631239d9c40a44bb4822d365971bf0cf8 Mon Sep 17 00:00:00 2001 From: Kitty Cat Date: Sat, 22 Jun 2019 04:38:19 -0400 Subject: [PATCH] change local theme compare operator --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 3c9b8e4..c16fac6 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -14,7 +14,7 @@ POWERLEVEL9K_STATUS_OK=false POWERLEVEL9K_VIRTUALENV_BACKGROUND=028 # Host-specific configuration -if [[ $HOST -eq 'hyrrokkin' ]]; then +if [[ "$HOST" == 'hyrrokkin' ]]; then POWERLEVEL9K_CONTEXT_DEFAULT_BACKGROUND=051 POWERLEVEL9K_CONTEXT_DEFAULT_FOREGROUND=000 fi