From 35a7d7888fa052e05484ee839730489e008e8cca Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 26 Jul 2026 16:27:55 +0200 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index e1248fe..15a4871 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,6 +18,8 @@ TEMP_SCRIPT_CLEANER="/root/firstlogincleaner.sh" #################. ALIASES echo "alias ll='ls -l --color=auto'" >> ~/.bashrc echo "alias l='ls -lAh --color=auto'" >> ~/.bashrc +echo "" >> ~/.bashrc +echo 'PS1="\[\e[32m\]\u\[\e[0m\]@\[\e[31m\]\h\[\e[0m\]:\[\e[34m\]\w\[\e[0m\]# "' >> ~/.bashrc source ~/.bashrc