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