From e4fa0e1000dbb02c382642fb07ba219efdd4947e Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 14 Dec 2005 10:06:13 +1000 Subject: [PATCH] Simplify greeting code darcs-hash:20051214000613-ac50b-18e45081adfe96ecbf4439f39e6df3784941952e.gz --- init/fish_interactive.fish.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/init/fish_interactive.fish.in b/init/fish_interactive.fish.in index 11c2f08f0..d41b66c46 100644 --- a/init/fish_interactive.fish.in +++ b/init/fish_interactive.fish.in @@ -10,11 +10,8 @@ end # Print a greeting # -printf 'Welcome to fish, the friendly interactive shell\nType ' -set_color green -printf 'help ' -set_color normal -printf 'for instructions on how to use fish\n' +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