all repos

dotfiles @ 1e1920ed43f2f0b83cbfb416870daa15c7023863

i use rach linux btw
1 files changed, 1 insertions(+), 1 deletions(-)
fish: t for tmux
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-03-21 14:24:12 +0200
Parent: a70cb1b
M config/fish/conf.d/aliases.fish
ยทยทยท
                14
                14
                 alias killbt "rfkill block bluetooth"

              
                15
                15
                 alias unkillbt "rfkill unblock bluetooth"

              
                16
                16
                 

              
                17
                
                -alias g git

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

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

              
                
                19
                +if type -q tmux; alias t "tmux attach 2>/dev/null || tmux"; end

              
                20
                20
                 

              
                21
                21
                 if type -q nvim

              
                22
                22
                   alias vim nvim