Skip to content

Instantly share code, notes, and snippets.

View dotenorio's full-sized avatar
🐼
Save a panda!

Fernando Migliorini Tenório dotenorio

🐼
Save a panda!
View GitHub Profile
@dotenorio
dotenorio / config
Last active August 20, 2019 14:16
git config --global -e
[user]
name = Fernando Migliorini Tenório
email = dotenorio@gmail.com.br
[alias]
co = checkout
cb = checkout -b
ca = checkout -a
br = branch
ci = commit
st = status
function abrirPessoas () {
elemento = document.querySelector('.gV3Svc')
elemento.click()
}
function abrirChat () {
elemento = document.querySelector('.HKarue')
elemento.click()
}
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
export PS1="\[\033[01;32m\]\u \[\e[32m\]\w \[\e[91m\]\$(parse_git_branch)\[\e[00m\]$ "

Keybase proof

I hereby claim:

  • I am dotenorio on github.
  • I am dotenorio (https://keybase.io/dotenorio) on keybase.
  • I have a public key ASBBSa7britvejklU5Cnm_l4gnhODVKUYED71vV6W5mE-Ao

To claim this, I am signing this object:

NVM_NODEJS_ORG_MIRROR=https://unofficial-builds.nodejs.org/download/release nvm install