1
0
Fork 0
mirror of synced 2024-11-22 08:45:34 -05:00

updated 256 color instructions

make sure .bashrc is loaded when you log in
This commit is contained in:
Kevin Centeno 2013-09-04 18:56:37 -04:00
parent 4ec92bf1a1
commit 8a52e9927d

View file

@ -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