Skip to content

Instantly share code, notes, and snippets.

View ArturoSalasMG's full-sized avatar
:octocat:
Working from home

Arturo Salas ArturoSalasMG

:octocat:
Working from home
View GitHub Profile
@tuksik
tuksik / fix_git_ps1.sh
Last active December 8, 2024 18:53
Fix -bash: __git_ps1: command not found
#http://stackoverflow.com/questions/12870928/mac-bash-git-ps1-command-not-found
curl -o ~/.git-prompt.sh https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh
echo 'source ~/.git-prompt.sh' >> ~/.bashrc