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