mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Add fish_trace to special variable completions
This commit is contained in:
parent
3e29b0d916
commit
bd472ececc
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ function __fish_set_special_vars
|
|||
printf %s\t%s\n fish_escape_delay_ms "How long fish waits to distinguish escape and alt"
|
||||
printf %s\t%s\n fish_greeting "The message to display at start (also a function)"
|
||||
printf %s\t%s\n fish_history "The session id to store history under"
|
||||
printf %s\t%s\n fish_trace "Enables execution tracing (if set to non-empty value)"
|
||||
printf %s\t%s\n fish_user_paths "A list of dirs to prepend to PATH"
|
||||
printf %s\t%s\n BROWSER "The browser to use"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue