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" alias trunc="truncate -s0"
# Stuff for todo.txt # Misc
alias waiting="t lf waiting" alias hgrep="history | grep"
alias active="t ls active" alias hex="hexdump -Cv"
alias today="t lsp A"
alias week="t lsp A-B"
# git shortcuts # git shortcuts
alias br="git checkout" alias br="git checkout"