From bd504524a1eee47da8aa6a09424a4f06b4a82ece Mon Sep 17 00:00:00 2001 From: Olexandr Smirnov Date: Wed, 9 Jul 2025 17:24:32 +0300 Subject: [PATCH] fish: run todo.txt on startup --- config/fish/config.fish | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index 5b628b2..fb99c38 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -12,13 +12,17 @@ set -g PATH node_modules/.bin $PATH set -g PATH .bin $PATH if status is-interactive - set fish_greeting - starship init fish | source zoxide init fish | source mise activate fish | source direnv hook fish | source + function fish_greeting + if type -q todo.sh + todo.sh + end + end + function fish_user_key_bindings fish_vi_key_bindings bind -M insert -m default jk backward-char force-repaint