-
-
Save CodisRedding/25f1cd0bcd48203165aa to your computer and use it in GitHub Desktop.
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
| as='colourify as' | |
| c=clear | |
| colourify='/usr/local/bin/grc -es --colour=auto' | |
| configure='colourify ./configure' | |
| df='colourify df' | |
| diff='colourify diff' | |
| dig='colourify dig' | |
| g='cat ~/.dotfiles/git/aliases.zsh' | |
| g++='colourify g++' | |
| gas='colourify gas' | |
| gb='git branch' | |
| gc='git commit' | |
| gca='git commit -a' | |
| gcb='git copy-branch-name' | |
| gcc='colourify gcc' | |
| gco='git checkout' | |
| gd='git diff' | |
| gl='git pull --prune' | |
| glog='git log --graph --pretty=format:'\''%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset'\'' --abbrev-commit --date=relative' | |
| gp='git push origin HEAD' | |
| gs='git status -sb' | |
| head='colourify head' | |
| ios='open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app' | |
| l='gls -lAh --color' | |
| la='gls -A --color' | |
| ld='colourify ld' | |
| ll='gls -l --color' | |
| ls='gls -F --color' | |
| make='colourify make' | |
| mount='colourify mount' | |
| mtr='colourify mtr' | |
| netstat='colourify netstat' | |
| ping='colourify ping' | |
| ps='colourify ps' | |
| pubkey='more ~/.ssh/id_rsa.pub | pbcopy | echo '\''=> Public key copied to pasteboard.'\' | |
| 'reload!'='. ~/.zshrc' | |
| run-help=man | |
| sc=script/console | |
| sd=script/destroy | |
| sg=script/generate | |
| tail='colourify tail' | |
| traceroute='colourify /usr/sbin/traceroute' | |
| which-command=whence |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment