Colorize your terminal bash prompt by modifying the .bashrc file.

 


Go to your .bashrc file and remove the comment from the force_color_prompt line.


vim ~/.bashrc
..
# search for
force_color_prompt=yes
...
# Than
source ~/.bashrc


Comments

Popular posts from this blog

Installing the Certbot Let’s Encrypt Client for NGINX on Amazon Linux 2

psql: error: connection to server at "localhost" (127.0.0.1), port 5433 failed: ERROR: failed to authenticate with backend using SCRAM DETAIL: valid password not found

Deploy Nuxt.js app using Apache 2