From 0772a5baf0d97ce2f74091282947663c2bf9b751 Mon Sep 17 00:00:00 2001 From: autumn-the-kitty-cat Date: Sun, 8 Mar 2026 23:45:33 -0400 Subject: [PATCH] feat: fish shell vi mode --- home/pc/common/programs/fish.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/pc/common/programs/fish.nix b/home/pc/common/programs/fish.nix index f8e3059..a833a5b 100644 --- a/home/pc/common/programs/fish.nix +++ b/home/pc/common/programs/fish.nix @@ -10,6 +10,8 @@ programs.fish = { enable = true; shellInit = '' + set -g fish_key_bindings fish_vi_key_bindings + function fish_prompt string join ' ' -- (set_color magenta) $(prompt_pwd) :3 (set_color normal) end