From e11677ef6631db175d19296bdd8c472be5c17a4b Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 10 Oct 2006 07:49:05 +1000 Subject: Make the greeting message configurable using the fish_greeting variable darcs-hash:20061009214905-ac50b-cc07bf2b76c5306f96d1bca7fd478d972de25de8.gz --- etc/fish_interactive.fish.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'etc') diff --git a/etc/fish_interactive.fish.in b/etc/fish_interactive.fish.in index 0e5d5543..4e96daba 100644 --- a/etc/fish_interactive.fish.in +++ b/etc/fish_interactive.fish.in @@ -7,13 +7,6 @@ if not status --is-interactive exit end -# -# Print a greeting -# - -printf (_ 'Welcome to fish, the friendly interactive shell\n') -printf (_ 'Type %shelp%s for instructions on how to use fish\n') (set_color green) (set_color normal) - # # Set exit message # -- cgit v1.2.3