Merge remote-tracking branch 'docwhat/pr/sudo-check' into prepare_066

This commit is contained in:
Dominik Ritter
2018-08-10 22:12:49 +02:00
+1 -1
View File
@@ -665,7 +665,7 @@ prompt_user() {
"FOREGROUND_COLOR" "yellow"
"VISUAL_IDENTIFIER" "ROOT_ICON"
)
elif sudo -n true 2>/dev/null; then
elif [[ -n "$SUDO_COMMAND" ]]; then
user_state=(
"STATE" "SUDO"
"CONTENT" "${POWERLEVEL9K_USER_TEMPLATE}"