This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
executar "vi ~/.profile" | |
pressionar "i" para ir para o modo de inserção | |
colocar a linha "source `xcode-select -p`/usr/share/git-core/git-completion.bash" | |
pressionar "esc" para sair do modo de inserção | |
digitar ":wq" |