change local theme compare operator

This commit is contained in:
2019-06-22 04:38:19 -04:00
parent 7af7933c29
commit 0586598631

View File

@@ -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