MyNixOS website logo
option-set

programs.fish.functions.<name>

Showing entries 1-11 out of 11.
Assigns the value of successive command line arguments to the names given
The function body
A description of what the function does, suitable as a completion description
Snapshots the value of the specified variable and defines a local variable with that same name and…
Allows the function to access the variables of calling functions
Tells fish to run this function when the specified named event is emitted
Tells fish to run this function when the job with the specified group ID exits
Tells fish to run this function when the fish child process with the specified process ID exits
Tells fish to run this function when the specified signal is delivered
Tells fish to run this function when the specified variable changes value
Causes the function to inherit completions from the given wrapped command