mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Add new aliases.
This commit is contained in:
6
aliases
6
aliases
@@ -15,3 +15,9 @@ alias fgrep='fgrep --color=auto'
|
|||||||
|
|
||||||
# Timestamp in a machine-sortable form
|
# Timestamp in a machine-sortable form
|
||||||
alias tstamp="date '+%Y%m%d-%H%M%S'"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user