Simplify greeting code

darcs-hash:20051214000613-ac50b-18e45081adfe96ecbf4439f39e6df3784941952e.gz
This commit is contained in:
axel 2005-12-14 10:06:13 +10:00
parent 3e52bd0132
commit e4fa0e1000

View file

@ -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