mirror of
https://github.com/KiTTYsh/dotfiles.git
synced 2025-12-09 20:59:16 -05:00
change local theme compare operator
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user