From 4c1ddab56021dce2cb40ee53de9dda6215bfea35 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 17 May 2012 19:37:03 -0700 Subject: [PATCH] Tweaked Makefile.in to show off a few of our new features --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 676a05ced..e0c6af3d1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -646,6 +646,9 @@ install-force: all install-translations @echo \* add the line \'$(DESTDIR)$(bindir)/fish\' to the file \'/etc/shells\'. @echo \* use the command \'chsh -s $(DESTDIR)$(bindir)/fish\'. @echo + @echo To set your colors, run \'fish_config\' + @echo To scan your man pages for completions, run \'fish_update_completions\' + @echo @echo Have fun! .PHONY: install-force