Tagged: Notes

2

Custom CLI Bash Prompt Colors

Some quick notes for me on how I customize my shell when I set up my servers. This is pretty much the layout I use for all users: # /etc/bashrc (PS1) [\[\e[0;36m\]\t\[\e[0m\]] [\[\e[31;1m\]\u\[\e[0m\]@\h \W]\\$ Output:...