1 files changed,
6 insertions(+),
2 deletions(-)
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