mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:27:28 +08:00
Add fish_trace to special variable completions
This commit is contained in:
parent
3e29b0d916
commit
bd472ececc
|
@ -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 New Issue
Block a user