mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
completions/help: Add custom-prompt
This commit is contained in:
parent
22f2926185
commit
b043a1c35f
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ complete -c help -x -a command-line-editor
|
|||
complete -c help -x -a configurable-greeting
|
||||
complete -c help -x -a copy-and-paste-kill-ring
|
||||
complete -c help -x -a custom-bindings
|
||||
complete -c help -x -a custom-prompt -d 'How to write your own prompt'
|
||||
complete -c help -x -a directory-stack
|
||||
complete -c help -x -a emacs-mode-commands
|
||||
complete -c help -x -a help
|
||||
|
|
Loading…
Reference in a new issue