diff --git a/home/shell/default.nix b/home/shell/default.nix index 21f6e6f..d01207b 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -66,14 +66,7 @@ in bindkey "$terminfo[kcud1]" history-substring-search-down bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'j' history-substring-search-down - ''; - inherit shellAliases; - }; - programs.fish = { - enable = true; - shellInit = '' - fish_vi_key_bindings ''; inherit shellAliases; };