Skip to content

Instantly share code, notes, and snippets.

@CodisRedding
Created October 28, 2015 16:27
Show Gist options
  • Select an option

  • Save CodisRedding/25f1cd0bcd48203165aa to your computer and use it in GitHub Desktop.

Select an option

Save CodisRedding/25f1cd0bcd48203165aa to your computer and use it in GitHub Desktop.
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