„basics.yml“ ändern

This commit is contained in:
olli 2023-05-02 10:25:57 +02:00
parent 711a4e272f
commit 3826817f4e

View File

@ -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\] '