From b9bd785fdbdda58b41d7f1cfdfb7736611e60e82 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 16 Feb 2021 18:19:36 +0100 Subject: [PATCH] Proper greeting --- arch-config/.config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch-config/.config/fish/config.fish b/arch-config/.config/fish/config.fish index 5a4378db..25fd5fc0 100755 --- a/arch-config/.config/fish/config.fish +++ b/arch-config/.config/fish/config.fish @@ -7,6 +7,9 @@ fish_default_key_bindings # exec tmux #end +# change greeting +set fish_greeting "Good Morning! Nice day for fishing ain't it! Hu ha!" + # Info: # https://fishshell.com/docs/current/index.html#variables-for-changing-highlighting-colors set fish_color_normal blue