all repos

dotfiles @ 32bde7d519c3aa38a0d220768d7c4b31eea306dc

i use rach linux btw
1 files changed, 7 insertions(+), 4 deletions(-)
fish: dont break aliases on other machines
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-03-08 22:08:36 +0200
Parent: 7cc26cf
M config/fish/conf.d/alias.fish
···
                6
                6
                 alias du "du -h"

              
                7
                7
                 alias chmox "chmod +x"

              
                8
                8
                 

              
                9
                
                -alias vim nvim

              
                10
                
                -alias e vim

              
                11
                
                -

              
                12
                
                -alias f hledger

              
                13
                9
                 alias g git

              
                14
                10
                 alias d docker

              
                15
                11
                 alias dcm "docker compose"

              ···
                19
                15
                 

              
                20
                16
                 alias killbt "rfkill block bluetooth"

              
                21
                17
                 alias unkillbt "rfkill unblock bluetooth"

              
                
                18
                +

              
                
                19
                +if type -q hledger; alias f hledger; end

              
                
                20
                +

              
                
                21
                +if type -q nvim

              
                
                22
                +  alias vim nvim

              
                
                23
                +  alias e vim

              
                
                24
                +end

              
                22
                25
                 

              
                23
                26
                 if type -q eza

              
                24
                27
                   alias ls "eza -l"