all repos

dotfiles @ f863a17c5be70803cfd546e916668bbf7155de36

my dotfiles
1 files changed, 1 insertions(+), 1 deletions(-)
fish: j for jj
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-11-05 20:25:26 +0200
Parent: 0be1336
M config/fish/conf.d/aliases.fish

@@ -16,7 +16,7 @@ alias unkillbt "rfkill unblock bluetooth"

alias g git if type -q hledger; alias f hledger; end -if type -q jj; alias j jj; end +if type -q jj; abbr --add j jj; end if type -q nvim alias vim nvim