Justine Smithies on Nostr: After thinking that I couldn't colourise the sh ( Bourne shell ) prompt in #FreeBSD ...
After thinking that I couldn't colourise the sh ( Bourne shell ) prompt in #FreeBSD for some reason. I have now found out that I can just by doing something like this:
export PS1="\[\e[1;33m\]\u:\[\e[1;36m\]\w \[\e[0m\]\$ "
I use Bash for my interactive shell but am a wee bit tempted to drop back to sh just because.
Yes I know your all going to shout about zsh and fish and so on but I kind of like the old school to be honest. Yeah I love bash but..... I don't know ? I can't be the only person that feels like this can I ?
#RunBSD
export PS1="\[\e[1;33m\]\u:\[\e[1;36m\]\w \[\e[0m\]\$ "
I use Bash for my interactive shell but am a wee bit tempted to drop back to sh just because.
Yes I know your all going to shout about zsh and fish and so on but I kind of like the old school to be honest. Yeah I love bash but..... I don't know ? I can't be the only person that feels like this can I ?
#RunBSD