all repos

dotfiles @ 338675beaa75c0dd9b94e73cfc2e49be604621f6

i use rach linux btw
1 files changed, 3 insertions(+), 0 deletions(-)
fish: kill or summon bluetooth aliases
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-30 21:19:54 +0200
Parent: 976fd77
M config/fish/conf.d/alias.fish
ยทยทยท
                12
                12
                   alias icat "kitty +kitten icat"

              
                13
                13
                 end

              
                14
                14
                 

              
                
                15
                +alias killbt "rfkill block bluetooth"

              
                
                16
                +alias unkillbt "rfkill unblock bluetooth"

              
                
                17
                +

              
                15
                18
                 # exa

              
                16
                19
                 alias ls "exa -l"

              
                17
                20
                 alias la "ls -a"