diff --git a/.bashrc b/.bashrc index 7dcd442..bd2f033 100644 --- a/.bashrc +++ b/.bashrc @@ -25,12 +25,11 @@ PATH="${PATH}:/nfs/homes/tischmid/.local/bin" if [ -f ~/git-prompt.sh ]; then . ~/git-prompt.sh else - : - # source <(curl -L 'https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh') + source <(curl --silent --location 'https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh') fi export GIT_PS1_SHOWDIRTYSTATE=1 -PS1='\[\033[31m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[m\] \[\033[33m\]\w\[\033[m\]\[\033[35m\]$(__git_ps1 " (%s)")\[\033[m\]\n$ ' +PS1='\[\033[31m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[m\] \[\033[33m\][\w]\[\033[m\]\[\033[36m\]$(__git_ps1 " (%s)")\[\033[m\]\n$ ' ##----------------------------------------------------- ## synth-shell-greeter.sh