From 12f3f5dcbb9793e103c7dbd231aeaaba98e5339e Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Wed, 19 Sep 2012 13:21:49 +0530 Subject: [PATCH] Print autocompletion description after installing Print autocompletion shortcut description at end of 'make install' --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 35bf39190..c4182d785 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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