From d5d6748eb351a0d72fd4c7de75d5b44f9f75650d Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sun, 22 Jun 2025 18:48:22 +0300 Subject: [PATCH] fish: setup t as an alias for todo.txt --- config/fish/conf.d/alias.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/config/fish/conf.d/alias.fish b/config/fish/conf.d/alias.fish index 6a05da8..0de17c8 100644 --- a/config/fish/conf.d/alias.fish +++ b/config/fish/conf.d/alias.fish @@ -20,6 +20,7 @@ alias killbt "rfkill block bluetooth" alias unkillbt "rfkill unblock bluetooth" if type -q hledger; alias f hledger; end +if type -q todo.sh; alias t todo.sh; end if type -q nvim alias vim nvim