diff --git a/bash/.bashrc b/bash/.bashrc index cc69f21..446a23c 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -126,7 +126,7 @@ fi # Powerline-Go prompt GOPATH=$HOME/go function _update_ps1() { - PS1="$($GOPATH/bin/powerline-go -error $? -hostname-only-if-ssh -newline)" + PS1="$($GOPATH/bin/powerline-go -error $? -hostname-only-if-ssh -newline -shell bash -jobs $(jobs -p | wc -l))" } if [ "$TERM" != "linux" ] && [ -f "$GOPATH/bin/powerline-go" ]; then PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND"