Hello, welcome to my personal repositorie. 👋 My .bahsrc color stuff and git branch on spotlight, helps us to take care !! Just add it into your .bashrc file. parse_git_branch() { git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' } export PS1="\e[36m\u@\h \[\e[32m\]\w \[\e[93m\]\$(parse_git_branch)\[\e[00m\]$ "