DEV Community

Discussion on: Make your console messages colorful

 
rajasekharguptha profile image
Rajasekhar Guptha

I am asking about.. How to run that program every time we open a console ?

Thread Thread
 
hentaichan profile image
ヘンタイちゃん

Depends on your terminal, on Windows using PowerShell you can make these changes permanent by adding your code to the $PROFILE file, whereas on linux you'd need to make these changes in ~/.bashrc.

Thread Thread
 
rajasekharguptha profile image
Rajasekhar Guptha

Ok.. Thank you💙