From 8a52e9927d2df8449c9c43440776c7457062e7c0 Mon Sep 17 00:00:00 2001 From: Kevin Centeno Date: Wed, 4 Sep 2013 18:56:37 -0400 Subject: [PATCH] updated 256 color instructions make sure .bashrc is loaded when you log in --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82a3bdb8..270ae6f9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,15 @@ Save and close the file. Then force Bash to reload the config file: source ~/.bashrc -Now check if everything is all good: +Now make sure it loads the .bashrc on login + + vim ~/.bash_profile + +add the following line: + + source "$HOME/.bashrc" + +Save and close the file. Now check if everything is all good: tput colors