Prompt colours
Posted: 2018-01-12 Filed under: desktop, system | Tags: .bashrc, .bash_profile, .dir_colors, PS1 Leave a commentNow, I have set up my .bashrc and .bash_profile and I have colourful output in my terminal. I decided to customize things a just little bit more…
As a start, I copied the default colour scheme /etc/DIR_COLORS
as ~/.dir_colors
. I edited to my liking, for example, I do not want coloured files to be in bold.
Read the rest of this entry »
.bashrc and .bash_profile
Posted: 2017-12-26 Filed under: system | Tags: .bashrc, .bash_profile, export, source 2 CommentsI never had the habit of setting up ~/.bashrc
and ~/.bashr_profile
or modifying them or any way. I was just happy with the prompt presented when I opened the terminal. It never bothered me that my normal user did not have a colour scheme, for example. Recently, I got curious about that and checked the Slackware Wiki.
Plenty of useful information there.
Read the rest of this entry »