Move the Module to modules/fish/fish.nix and mirror a real fish config directory beside it: config.fish (interactive init), conf.d/done.fish (the done plugin tuning, now a real conf.d file), and functions/copy.fish. completions/ and themes/ are omitted as they have no content and git cannot track empty directories.
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
|