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 November 4, 2025 07:49
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