aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-17 19:37:03 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-17 19:37:03 -0700
commit4c1ddab56021dce2cb40ee53de9dda6215bfea35 (patch)
tree1b91041dc7761c6e83dfa9b2c18d88601add967b /Makefile.in
parentf5442bdd4a8edd80158fca2ee0e1c2e311531e1c (diff)
Tweaked Makefile.in to show off a few of our new features
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 676a05ce..e0c6af3d 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