fish: run todo.txt on startup

This commit is contained in:
Olexandr Smirnov 2025-07-09 17:24:32 +03:00
parent 612fc2af83
commit bd504524a1
No known key found for this signature in database

View file

@ -12,13 +12,17 @@ set -g PATH node_modules/.bin $PATH
set -g PATH .bin $PATH set -g PATH .bin $PATH
if status is-interactive if status is-interactive
set fish_greeting
starship init fish | source starship init fish | source
zoxide init fish | source zoxide init fish | source
mise activate fish | source mise activate fish | source
direnv hook fish | source direnv hook fish | source
function fish_greeting
if type -q todo.sh
todo.sh
end
end
function fish_user_key_bindings function fish_user_key_bindings
fish_vi_key_bindings fish_vi_key_bindings
bind -M insert -m default jk backward-char force-repaint bind -M insert -m default jk backward-char force-repaint