aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-10 07:49:05 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-10 07:49:05 +1000
commite11677ef6631db175d19296bdd8c472be5c17a4b (patch)
treeae4af37332cca76b83d624a73063d5e9a2ae6915 /etc
parent194167da32e27e1c0dd6524a537bcfd8944a94c2 (diff)
Make the greeting message configurable using the fish_greeting variable
darcs-hash:20061009214905-ac50b-cc07bf2b76c5306f96d1bca7fd478d972de25de8.gz
Diffstat (limited to 'etc')
-rw-r--r--etc/fish_interactive.fish.in7
1 files changed, 0 insertions, 7 deletions
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
@@ -8,13 +8,6 @@ if not status --is-interactive
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
#