Add new aliases.

This commit is contained in:
David Tomaschik
2014-03-02 09:53:49 -08:00
parent 4ae16a4a17
commit 775657b90d

View File

@@ -15,3 +15,9 @@ alias fgrep='fgrep --color=auto'
# Timestamp in a machine-sortable form
alias tstamp="date '+%Y%m%d-%H%M%S'"
# Prepare code for markdown
alias mdcode="sed 's/^/ /'"
# Intel format plz
alias objdump="command objdump -M intel"