mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:22:52 +08:00
Fix fish_config prompt completions
Oops
This commit is contained in:
parent
8f7ea1f5b6
commit
4ec06f025c
|
@ -9,6 +9,6 @@ complete fish_config -n "__fish_seen_subcommand_from prompt; and not __fish_seen
|
|||
-a list -d 'List all available prompts'
|
||||
complete fish_config -n "__fish_seen_subcommand_from prompt; and not __fish_seen_subcommand_from $prompt_commands" \
|
||||
-a save -d 'Save the current or given prompt to ~/.config/fish'
|
||||
complete fish_config -n '__fish_seen_subcommand_from prompt; and __fish_seen_subcommand_from choose save show' -a '(prompt list)'
|
||||
complete fish_config -n '__fish_seen_subcommand_from prompt; and __fish_seen_subcommand_from choose save show' -a '(fish_config prompt list)'
|
||||
|
||||
complete fish_config -n '__fish_use_subcommand' -a browse -d 'Open the web-based UI'
|
||||
|
|
Loading…
Reference in New Issue
Block a user