Цвет приглашения при удалённом доступе

This commit is contained in:
Andrei Astafev 2021-12-09 10:36:44 +03:00
parent b0986af849
commit 8ab92f830a

View File

@ -850,7 +850,7 @@
# Context color when running with privileges. # Context color when running with privileges.
typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=1 typeset -g POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND=1
# Context color in SSH without privileges. # Context color in SSH without privileges.
typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=7 typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=14
# Default context color (no privileges, no SSH). # Default context color (no privileges, no SSH).
typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=7 typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=7