Created
May 5, 2013 15:16
-
-
Save ttscoff/5521089 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
# 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