fish: make bindings shell agnostic

This commit is contained in:
Primrose 2025-05-29 15:37:01 +02:00
parent 31023ba3d8
commit f5db31a4a9
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -23,8 +23,8 @@ in {
programs.direnv.config.whitelist.prefix = [(config.home.sessionVariables.REPO_PATH + "/leana8959")]; programs.direnv.config.whitelist.prefix = [(config.home.sessionVariables.REPO_PATH + "/leana8959")];
programs.tmux.extraConfig = lib.mkBefore '' programs.tmux.extraConfig = lib.mkBefore ''
# sessionizer binds # sessionizer binds
bind -n C-f run-shell "tmux new-window ${fishExe} -c tmux-sessionizer" bind -n C-f run-shell "tmux new-window tmux-sessionizer"
bind s run-shell "${fishExe} -c tmux-last" bind s run-shell "tmux-last"
''; '';
programs.kitty.settings.shell = ''${fishExe}''; programs.kitty.settings.shell = ''${fishExe}'';