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
#define iNeedYourClothes alloc | |
#define andYourBoots init | |
#define hastaLaVistaBaby release | |
NSObject *obj = [[NSObject iNeedYourClothes] andYourBoots]; | |
// ... | |
[obj hastaLaVistaBaby]; |
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
syntax on " Syntax highlight | |
" set backspace=2 | |
set backspace=indent,eol,start " Fixes backspace on unix systems | |
set tabstop=2 " set tab width | |
set shiftwidth=2 | |
set expandtab " spaces instead of tabs |
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
[alias] | |
plush = "!sh -c 'git pull --rebase && git push'" |
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
alias hostname="hostname | cowsay" | |
alias whoami="whoami | cowsay" | |
alias pwd="pwd | cowsay" | |
alias date="date | cowsay" |
NewerOlder