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.
4 lines
157 B
Fish
4 lines
157 B
Fish
# Tune the done plugin: only notify for commands past 10s, at low urgency.
|
|
set -g __done_min_cmd_duration 10000
|
|
set -g __done_notification_urgency_level low
|