Browse Source

added colored prompt

master
Fabien Toune 3 years ago
parent
commit
50a7ee186a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      init_server.sh

+ 3
- 1
init_server.sh View File

@@ -16,4 +16,6 @@ echo "<!DOCTYPE html>
</body>
</html>
" > /var/www/html/index.php
# Ou bien cp index.php /var/www/html
# Ou bien cp index.php /var/www/html
# active le prompt en couleur
sed -i 's/^#force_color_prompt/force_color_prompt/' $HOME/.bashrc

Loading…
Cancel
Save