From 0101b39f6c1407c6af03b88bd0173937497c348b Mon Sep 17 00:00:00 2001 From: SanskritFritz Date: Sun, 6 Apr 2014 23:57:34 +0200 Subject: Completions added/updated. --- share/completions/set.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/completions/set.fish') diff --git a/share/completions/set.fish b/share/completions/set.fish index 6db28053..cadbec0f 100644 --- a/share/completions/set.fish +++ b/share/completions/set.fish @@ -60,7 +60,7 @@ complete -c set -n '__fish_is_first_token' -s x -l export --description "Export complete -c set -n '__fish_is_first_token' -s u -l unexport --description "Do not export variable to subprocess" complete -c set -n '__fish_is_first_token' -s g -l global --description "Make variable scope global" complete -c set -n '__fish_is_first_token' -s l -l local --description "Make variable scope local" -complete -c set -n '__fish_is_first_token' -s U -l universal --description "Make variable scope universal, i.e. share variable with all the users fish processes on this computer" +complete -c set -n '__fish_is_first_token' -s U -l universal --description "Share variable persistently across sessions" complete -c set -n '__fish_is_first_token' -s q -l query --description "Test if variable is defined" complete -c set -n '__fish_is_first_token' -s h -l help --description "Display help and exit" complete -c set -n '__fish_is_first_token' -s n -l names --description "List the names of the variables, but not their value" -- cgit v1.2.3