mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Simplify greeting code
darcs-hash:20051214000613-ac50b-18e45081adfe96ecbf4439f39e6df3784941952e.gz
This commit is contained in:
parent
3e52bd0132
commit
e4fa0e1000
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue