From c1e1cc568abecd517e7e620eb78bf76581f97e4a Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Fri, 19 Jan 2024 14:32:10 +0100 Subject: [PATCH] Remove custom PS1 Signed-off-by: Arnaud M --- userdata/isen-postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userdata/isen-postinstall.sh b/userdata/isen-postinstall.sh index d398819..69cbe75 100644 --- a/userdata/isen-postinstall.sh +++ b/userdata/isen-postinstall.sh @@ -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