MyNixOS website logo
option

programs.fish.functions.<name>.onJobExit

Tells fish to run this function when the job with the specified group ID exits. Instead of a PID, the stringer caller can be specified. This is only legal when in a command substitution, and will result in the handler being triggered by the exit of the job which created this command substitution.

Declarations
    Type
    null or string or signed integer
    Default
    null