mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +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
|
||||||
@echo To set your colors, run \'fish_config\'
|
@echo To set your colors, run \'fish_config\'
|
||||||
@echo To scan your man pages for completions, run \'fish_update_completions\'
|
@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
|
||||||
@echo Have fun!
|
@echo Have fun!
|
||||||
.PHONY: install-force
|
.PHONY: install-force
|
||||||
|
|
Loading…
Reference in a new issue