We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
umask 027 parse_git_branch() { git branch 2> /dev/null | sed -e "/^[^*]/d" -e "s/* \(.*\)/ (\1)/" } PS1="\[\e[1;31m\]\u\[\e[m\]\[\e[32m\]@\[\e[m\]\[\e[1;33m\]\h\[\e[m\]\[\e[32m\]:\[\e[m\] \[\e[36m\]\w\[\e[m\]\[\e[35m\]\$(parse_git_branch)\[\033[00m\] \n$ " LS_COLORS=$LS_COLORS:'di=0;36:'
There was an error while loading. Please reload this page.