„basics.yml“ ändern
This commit is contained in:
parent
3826817f4e
commit
b0fbe2521a
@ -342,7 +342,7 @@
|
|||||||
marker: "# {mark} ANSIBLE MANAGED BLOCK"
|
marker: "# {mark} ANSIBLE MANAGED BLOCK"
|
||||||
block: |
|
block: |
|
||||||
if ${use_color} ; then
|
if ${use_color} ; then
|
||||||
if [ ${EUID} = 0 ] ; then
|
if [ ${USER} = root ] ; then
|
||||||
PS1='\[\033[01;31m\]\h\[\033[01;34m\] \w \$\[\033[00m\] '
|
PS1='\[\033[01;31m\]\h\[\033[01;34m\] \w \$\[\033[00m\] '
|
||||||
else
|
else
|
||||||
PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
|
PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
|
||||||
|
Loading…
Reference in New Issue
Block a user