18
(Mac) -bash: __git_ps1: comando non trovato
Sto cercando di cambiare il mio prompt dei comandi nel terminale. Continuo a ricevere l'errore: -bash: __git_ps1: command not found Lo ho provato semplicemente digitando nel terminale come è: __git_ps1. L'ho anche provato nel.bash_profile if [ -f ~/.git-completion.bash ]; then source ~/.git-completion.bash export PS1='[\W]$(__git_ps1 "(%s)"): ' fi Come potresti vedere …