fish: j for jj

This commit is contained in:
Oleksandr Smirnov 2025-11-05 20:25:26 +02:00
parent 0be1336b76
commit f863a17c5b
No known key found for this signature in database

View file

@ -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