From e5035340ec3222f80a50c105b12a40dc834379aa Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 11 Nov 2019 10:12:01 +0000 Subject: [PATCH] bash: Remove todo.txt aliases, add hgrep/hex --- bashrc.d/aliases.bash | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bashrc.d/aliases.bash b/bashrc.d/aliases.bash index 61d53eb..c6b04ae 100644 --- a/bashrc.d/aliases.bash +++ b/bashrc.d/aliases.bash @@ -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"