Skip to content

Instantly share code, notes, and snippets.

@jfo
Created January 15, 2014 02:59
Show Gist options
  • Save jfo/8430001 to your computer and use it in GitHub Desktop.
Save jfo/8430001 to your computer and use it in GitHub Desktop.
# *sh command shortcuts
alias c='clear'
alias batt='pmset -g batt'
alias sand='cd ~/code/sandbox'
# specific program shortcuts
alias gl='git log --graph --pretty=oneline'
# most likely temp shortcuts
alias jb='jekyll build'
alias js='jekyll server --port 9393'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment