mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Print autocompletion description after installing
Print autocompletion shortcut description at end of 'make install'
This commit is contained in:
parent
16f2ffc29d
commit
12f3f5dcbb
1 changed files with 1 additions and 0 deletions
|
@ -641,6 +641,7 @@ install-force: all install-translations
|
|||
@echo
|
||||
@echo To set your colors, run \'fish_config\'
|
||||
@echo To scan your man pages for completions, run \'fish_update_completions\'
|
||||
@echo To autocomplete command suggestions press Ctrl + F or right arrow key.
|
||||
@echo
|
||||
@echo Have fun!
|
||||
.PHONY: install-force
|
||||
|
|
Loading…
Reference in a new issue