From 50a7ee186ae5d2d815a85ac046ce7999e1960522 Mon Sep 17 00:00:00 2001 From: Fabien Toune Date: Mon, 18 Jan 2021 13:19:23 +0000 Subject: [PATCH] added colored prompt --- init_server.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init_server.sh b/init_server.sh index 6b37c43..381f2ca 100755 --- a/init_server.sh +++ b/init_server.sh @@ -16,4 +16,6 @@ echo " " > /var/www/html/index.php -# Ou bien cp index.php /var/www/html \ No newline at end of file +# Ou bien cp index.php /var/www/html +# active le prompt en couleur +sed -i 's/^#force_color_prompt/force_color_prompt/' $HOME/.bashrc