Support toor and Administrator in context item

This commit is contained in:
Ilan Cosman 2021-02-22 14:23:52 -08:00
parent 8d95cec0cb
commit 2620cb349a

View File

@ -2,7 +2,7 @@ function _tide_item_context
if set -q SSH_TTY
set_color $tide_context_ssh_color
printf '%s' $USER'@'$hostname
else if test $USER = 'root'
else if contains -- $USER root toor Administrator
set_color $tide_context_root_color
printf '%s' $USER'@'$hostname
else if test "$tide_context_always_display" = 'true'