fish: setup t as an alias for todo.txt

This commit is contained in:
Oleksandr Smirnov 2025-06-22 18:48:22 +03:00
parent 4fe83e65e0
commit d5d6748eb3
No known key found for this signature in database

View file

@ -20,6 +20,7 @@ alias killbt "rfkill block bluetooth"
alias unkillbt "rfkill unblock bluetooth" alias unkillbt "rfkill unblock bluetooth"
if type -q hledger; alias f hledger; end if type -q hledger; alias f hledger; end
if type -q todo.sh; alias t todo.sh; end
if type -q nvim if type -q nvim
alias vim nvim alias vim nvim