all repos

dotfiles @ 0d4e9941a2a239076e86951296ffbc20b462bee8

my dotfiles
1 files changed, 1 insertions(+), 4 deletions(-)
fish: remove unnecessary jj alias
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-09-20 21:38:13 +0300
Parent: 060ff51
M config/fish/conf.d/aliases.fish

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