1
0
Fork 0

Remove custom PS1

Signed-off-by: Arnaud M <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M 2024-01-19 14:32:10 +01:00
parent 6f693ee2b9
commit c1e1cc568a
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ EOF
title.print "Configure bash"
cat <<'EOF'>>/root/.bashrc
PS1='\e[2;37m\u@\h\e[0m \e[0;32m$PWD\e[0m \e[1;31m>\e[0m '
#PS1='\e[2;37m\u@\h\e[0m \e[0;32m$PWD\e[0m \e[1;31m>\e[0m '
alias os=/opt/oscli/bin/openstack
alias k=kubectl
EOF