updated 256 color instructions
make sure .bashrc is loaded when you log in
This commit is contained in:
parent
4ec92bf1a1
commit
8a52e9927d
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -50,7 +50,15 @@ Save and close the file. Then force Bash to reload the config file:
|
||||||
|
|
||||||
source ~/.bashrc
|
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
|
tput colors
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue