Mysql prompt tip howto mysql prompt 2019.11.25 You can change the mysql prompt client so you know where you are. Very usefull when you manage a lot of mysql databases and you forget which one :-) Read more
Horizontal rule in zsh prompt linux prompt shell zsh 2014.12.26 Put in your ~/.zshrc : PS1=$'%U${(r:$COLUMNS:: :)}%u'$PS1 _src = superuser.com _ Read more