Break the interactive init into concern-scoped fish files under modules/fish/config/ (bindings, env, done, path) and assemble them with lib.concatMapStringsSep + readFile into a single interactiveShellInit, so home-manager still writes one ~/.config/fish/config.fish. The pieces stay editable as separate fish files; the rendered file is unchanged.
3 lines
92 B
Fish
3 lines
92 B
Fish
# vi-style modal editing on the command line.
|
|
set -g fish_key_bindings fish_vi_key_bindings
|