From 3826817f4e860c731a433d4767efe65bdcd84939 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 2 May 2023 10:25:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebasics.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics.yml b/basics.yml index 826f0d5..f20eec5 100644 --- a/basics.yml +++ b/basics.yml @@ -342,7 +342,7 @@ marker: "# {mark} ANSIBLE MANAGED BLOCK" block: | if ${use_color} ; then - if [ ${EUID} == 0 ] ; then + if [ ${EUID} = 0 ] ; then PS1='\[\033[01;31m\]\h\[\033[01;34m\] \w \$\[\033[00m\] ' else PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '