From b883f2e01a585cc440a4b945d018dd0100688b0e Mon Sep 17 00:00:00 2001 From: Mayccoll Date: Wed, 14 Jan 2015 11:55:33 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4d402b..c49415b 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,18 @@ This way of installing is equals the above, the only thing is that a shortening #### Elementary OS - Uncomment the following line in ```.bashrc``` + - Uncomment the following line in ```.bashrc``` ```bash #force_color_prompt=yes ``` + - execute in terminal + +```bash + $ source .bashrc +``` + ### New Script To have more control over colors, I made a new simple script to change those made with 4 bits. @@ -263,4 +269,4 @@ $ wget -O xt http://git.io/xh3YKA && chmod +x xt && ./xt && rm xt ```bash # One line install: $ wget -O xt http://git.io/PWgNtA && chmod +x xt && ./xt && rm xt -``` \ No newline at end of file +```