all repos

dotfiles @ f863a17c5be70803cfd546e916668bbf7155de36

i use rach linux btw
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
        16
         

      
        17
        17
         alias g git

      
        18
        18
         if type -q hledger; alias f hledger; end

      
        19
        
        -if type -q jj; alias j jj; end

      
        
        19
        +if type -q jj; abbr --add j jj; end

      
        20
        20
         

      
        21
        21
         if type -q nvim

      
        22
        22
           alias vim nvim