all repos

dotfiles @ bd50452

my dotfiles
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 +12,16 @@ 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