use the new set -a and set -p in our scripts

This commit is contained in:
Kurtis Rader
2017-08-04 18:02:24 -07:00
parent 67de733b9b
commit 8b79f4e5c9
23 changed files with 63 additions and 67 deletions

View File

@@ -10,9 +10,9 @@ function help --description 'Show help for the fish shell'
set -l fish_help_item $argv[1]
set -l help_topics syntax completion editor job-control todo bugs history killring help
set help_topics $help_topics color prompt title variables builtin-overview changes expand
set help_topics $help_topics expand-variable expand-home expand-brace expand-wildcard
set help_topics $help_topics expand-command-substitution expand-process
set -a help_topics color prompt title variables builtin-overview changes expand
set -a help_topics expand-variable expand-home expand-brace expand-wildcard
set -a help_topics expand-command-substitution expand-process
#
# Find a suitable browser for viewing the help pages. This is needed