all repos

dotfiles @ bd504524a1eee47da8aa6a09424a4f06b4a82ece

i use rach linux btw
1 files changed, 6 insertions(+), 2 deletions(-)
fish: run todo.txt on startup
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-09 17:29:30 +0300
Parent: 612fc2a
M config/fish/config.fish
ยทยทยท
                12
                12
                 set -g PATH .bin $PATH

              
                13
                13
                 

              
                14
                14
                 if status is-interactive

              
                15
                
                -  set fish_greeting

              
                16
                
                -

              
                17
                15
                   starship init fish | source

              
                18
                16
                   zoxide init fish | source

              
                19
                17
                   mise activate fish | source

              
                20
                18
                   direnv hook fish | source

              
                
                19
                +

              
                
                20
                +  function fish_greeting

              
                
                21
                +    if type -q todo.sh

              
                
                22
                +      todo.sh

              
                
                23
                +    end

              
                
                24
                +  end

              
                21
                25
                 

              
                22
                26
                   function fish_user_key_bindings

              
                23
                27
                     fish_vi_key_bindings