The Github doesn't provide country code for Brazil (+55). To add this option, just run the code below in your console. The option Brazil +55 will be the first on the list, already selected:
🇧🇷 [pt-BR]
| export ZSH="$HOME/.oh-my-zsh" | |
| ZSH_THEME="spaceship" | |
| plugins=(git) | |
| alias intellij="/opt/idea-community/bin/idea.sh" | |
| alias nvim="~/installs/nvim-linux64/bin/nvim" | |
| alias gatling="/home/camel/gatling/3.10.3/bin/gatling.sh" |
The Github doesn't provide country code for Brazil (+55). To add this option, just run the code below in your console. The option Brazil +55 will be the first on the list, already selected:
🇧🇷 [pt-BR]
| [user] | |
| email = [email protected] | |
| name = diegolikescode | |
| [core] | |
| editor = vim | |
| [alias] | |
| s = !git status -s | |
| c = !git add --all && git commit -m | |
| l = !git log --pretty=format:'%C(blue)%h%C(red)%d %C(white)%s - %C(cyan)%cn, %C(green)%cr' | |
| cm = !git checkout master && git pull origin master |