Colored Bash Prompt for Linux Lite - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: Colored Bash Prompt for Linux Lite (/showthread.php?tid=3396) |
Colored Bash Prompt for Linux Lite - torreydale - 10-14-2016 I'm trying to learn Python, and it's a tad tedious when everything in the terminal is the same color. Does anyone know how to make a colored bash prompt in Linux Lite? I have seen the process demonstrated in this 1 minute video, but Linux Lite doesn't have the code in its /.bashrc file like the .bashrc file used in this video. https://www.youtube.com/watch?v=uyYDMiU-RXM Re: Colored Bash Prompt for Linux Lite - Valtam - 10-14-2016 Add this after the last 'fi' in your .bashrc Code: # set a fancy prompt (non-color, unless we know we "want" color) Then open a terminal and do: Code: source ~/.bashrc Re: Colored Bash Prompt for Linux Lite - torreydale - 10-15-2016 Done Re: Colored Bash Prompt for Linux Lite - Valtam - 10-15-2016 Excellent |