root_account: set PS1 statically
This commit is contained in:
parent
b36dd15d3c
commit
9e24c5373e
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue