bash: Remove todo.txt aliases, add hgrep/hex

This commit is contained in:
2019-11-11 10:12:01 +00:00
parent 279c901fd4
commit e5035340ec

View File

@@ -22,11 +22,9 @@ alias db="dropbox.py"
alias trunc="truncate -s0"
# Stuff for todo.txt
alias waiting="t lf waiting"
alias active="t ls active"
alias today="t lsp A"
alias week="t lsp A-B"
# Misc
alias hgrep="history | grep"
alias hex="hexdump -Cv"
# git shortcuts
alias br="git checkout"