Skip to content

Instantly share code, notes, and snippets.

View ArthurBrito's full-sized avatar
:octocat:

Arthur Costa ArthurBrito

:octocat:
View GitHub Profile
@ArthurBrito
ArthurBrito / shell.fish
Created June 22, 2018 18:46
Aliases for git using shell fish
# $ vi ~/shell.fish
# $ . ~/shell.fish
# Aliases
alias g='git'
alias gs='git status'
alias gl='git log'
alias gcm='git checkout master'
alias glo='git log --pretty=oneline --abbrev-commit'
alias gc='git commit'
@ArthurBrito
ArthurBrito / trocadilhos.json
Created May 25, 2018 18:35 — forked from henrycunh/trocadilhos.json
Dataset com trocadilhos/charadas, extraídos do site https://osvigaristas.com.br
[
{
"pergunta" : "Quais heróis se preocupam mais com as poses para fotos do que com salvar o seu planeta?",
"resposta" : "Os TumblrCats"
},{
"pergunta" : "Qual é a profissão do Homem Aranha?",
"resposta" : "Desenvolvedor Web"
},{
"pergunta" : "Qual é o estado dos EUA que te eletrifica?",
"resposta" : "Ohio."