From f561dfb926dfa92345d58980fe8ee8b605d125bf Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Thu, 19 Feb 2026 15:16:06 +0100 Subject: [PATCH] feat: enhance fish shell key bindings with fzf integration :sparkles: --- nixos/fish.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nixos/fish.nix b/nixos/fish.nix index 5aabe2e..7e34f22 100644 --- a/nixos/fish.nix +++ b/nixos/fish.nix @@ -13,7 +13,14 @@ nixupdate = "cd ~/dotfiles/nixos && sudo nix flake update && sudo darwin-rebuild switch --flake ~/dotfiles/nixos#Daniel-Macbook-Air"; }; interactiveShellInit = '' - fish_vi_key_bindings + function fish_user_key_bindings + fish_vi_key_bindings + if command -s fzf-share >/dev/null + source (fzf-share)/key-bindings.fish + fzf_key_bindings + end + end + set fish_greeting 🐟: (set_color yellow; date +%T; set_color green; date --iso-8601 2>/dev/null; or date +%F; set_color normal) # name: Default