diff --git a/home/common/sh.nix b/home/common/sh.nix index 4b96cb9..330cd90 100644 --- a/home/common/sh.nix +++ b/home/common/sh.nix @@ -8,6 +8,9 @@ in { programs.fish = { enable = true; + shellInit = '' + fish_vi_key_bindings + ''; inherit shellAliases; };