690 shaares
3 liens privés
3 liens privés
in bashrc :
PS1="\[\e[0;34m\]\h (\u) \[\e[0;37m\] \$PWD\[\e[0;31m\]\$(__git_ps1)\[\e[0;37m\] \$ "
export PS1
do not forget [ and ] otherwise prompt length has not the right value and cursor goes to beginning of line.