Skip to content

Instantly share code, notes, and snippets.

View viniciuslobo21's full-sized avatar

Vinicius Lobo viniciuslobo21

  • @ifoodbrasil Verificado
  • Uberlândia - MG
  • X @VncLobo
View GitHub Profile
@viniciuslobo21
viniciuslobo21 / star.svg
Created August 13, 2020 21:39 — forked from james2doyle/star.svg
the most simple star svg element
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@viniciuslobo21
viniciuslobo21 / star.svg
Created August 13, 2020 21:39 — forked from james2doyle/star.svg
the most simple star svg element
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Autocomplete
if [ -f /usr/local/git/contrib/completion/git-completion.bash ]; then
. /usr/local/git/contrib/completion/git-completion.bash
fi
# mostra se existem alterações no projeto (master/branch)
GIT_PS1_SHOWDIRTYSTATE=true
# necessário para o correto funcionamento da variável ‘__git_ps1’
source /usr/local/git/contrib/completion/git-prompt.sh