This file contains hidden or 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
# $ 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' |
This file contains hidden or 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
[ | |
{ | |
"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." |