I do like to have colorized output for my interactive CLI tools, but I will never understand a prompt other than "$" or "#". Do people really need to continuously see all the noise like the host name, their username, the working directory, the date, or even their current branch? Is hostname, whoami, pwd, date, git branch, and git status really to cumbersome? At least with hostname and branch I'm usually piping to pbc…
Do people really need to continuously see all the noise like .... the working directory...? I can't imagine using a CLI prompt without knowing what directory I'm in. How would that even work?
With at least 6 months of commands in ~/.bash_history
$ history | grep pwd | wc -l
10