From bd472ececc52d56caf6f6ef7628ab22528b29e45 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Sat, 2 May 2020 19:18:23 -0500 Subject: [PATCH] Add fish_trace to special variable completions --- share/completions/set.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/set.fish b/share/completions/set.fish index 8a687c619..f4efb1674 100644 --- a/share/completions/set.fish +++ b/share/completions/set.fish @@ -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