From 1d1b160a8d6b8400bb8d770d68cf9edd1955c4a4 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Tue, 18 Jan 2022 15:44:19 +0900 Subject: [PATCH] themes/powerline: Make sudo checks opt-in --- themes/powerline/powerline.base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/powerline/powerline.base.sh b/themes/powerline/powerline.base.sh index a99fc0b..91dc369 100644 --- a/themes/powerline/powerline.base.sh +++ b/themes/powerline/powerline.base.sh @@ -1,7 +1,7 @@ #! bash oh-my-bash.module # Define this here so it can be used by all of the Powerline themes -THEME_CHECK_SUDO=${THEME_CHECK_SUDO:=true} +THEME_CHECK_SUDO=${THEME_CHECK_SUDO:=false} function set_color { if [[ "${1}" != "-" ]]; then