fish: remove unnecessary jj alias

This commit is contained in:
Oleksandr Smirnov 2025-09-20 17:08:21 +03:00
parent 060ff51c20
commit 0d4e9941a2
No known key found for this signature in database

View file

@ -16,10 +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;
alias js "jj st"
end
if type -q jj; alias j jj; end
if type -q nvim
alias vim nvim