December 21, 2023

Light git prompt

export GIT_PS1_SHOWDIRTYSTATE=true
export GIT_PS1_SHOWUNTRACKEDFILES=true
export PS1='\[\033[32m\]\u@\h\[\033[00m\]:\[\033[1;36m\]\w\[\033[0;95m\]$(__git_ps1)\[\033[00m\]\$ '