root_account: set PS1 statically

This commit is contained in:
jeltz 2023-03-28 20:35:24 +02:00
parent b36dd15d3c
commit 9e24c5373e
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -1,6 +1,6 @@
{{ ansible_managed | comment }}
PS1='\[\e[1;31m\]$(hostname -f)\[\e[0m\] \w \[\e[1;36m\]\$\[\e[0m\] '
PS1='\[\e[1;31m\]{{ inventory_hostname | quote }}\[\e[0m\] \w \[\e[1;36m\]\$\[\e[0m\] '
export LS_OPTIONS='--color=auto'
eval "$(dircolors)"