aboutsummaryrefslogtreecommitdiffhomepage
path: root/init
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-12-14 10:06:13 +1000
committerGravatar axel <axel@liljencrantz.se>2005-12-14 10:06:13 +1000
commite4fa0e1000dbb02c382642fb07ba219efdd4947e (patch)
treeaebe0e8a5a32d9c40e3b285086f788c862970f66 /init
parent3e52bd0132c278dbcf9f33604df9be9ec2787191 (diff)
Simplify greeting code
darcs-hash:20051214000613-ac50b-18e45081adfe96ecbf4439f39e6df3784941952e.gz
Diffstat (limited to 'init')
-rw-r--r--init/fish_interactive.fish.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/init/fish_interactive.fish.in b/init/fish_interactive.fish.in
index 11c2f08f..d41b66c4 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