fix: update todo.sh alias so it stopped showing as not found

This commit is contained in:
2025-04-09 17:05:07 -04:00
parent 1ea1659c6e
commit f75403c102
+3 -1
View File
@@ -1,5 +1,7 @@
# ~/.aliases
TODO_BIN=$(which todo.sh)
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
@@ -36,7 +38,7 @@ alias cat='bat --paging=never --style=plain'
alias pcat='bat --paging=auto --style=auto'
# todo.txt
alias t='$(which todo.sh) -a'
alias t='$TODO_BIN -a'
# Arch
alias yay='nocorrect yay --color=auto'