Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created May 5, 2013 15:16
Show Gist options
  • Save ttscoff/5521089 to your computer and use it in GitHub Desktop.
Save ttscoff/5521089 to your computer and use it in GitHub Desktop.
# gist is defunkt, use jist
alias gist="jist -p -c"
# private gist
alias gistp="jist -Ppo"
# jump to top level of git repo
alias gt="cd \$(git rev-parse --show-toplevel)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment