all repos

dotfiles @ d5d6748eb351a0d72fd4c7de75d5b44f9f75650d

my dotfiles
1 files changed, 1 insertions(+), 0 deletions(-)
fish: setup t as an alias for todo.txt
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-06-22 18:48:22 +0300
Parent: 4fe83e6
M 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