From df9b5b6462faf9e1c0b0e6360e0fd84f48be86ab Mon Sep 17 00:00:00 2001 From: czjstmax Date: Wed, 8 Apr 2026 22:32:00 +0200 Subject: upd fish greeting Signed-off-by: czjstmax --- cfg/fish/fish_greeting.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg/fish/fish_greeting.fish') diff --git a/cfg/fish/fish_greeting.fish b/cfg/fish/fish_greeting.fish index e25c117..c478239 100644 --- a/cfg/fish/fish_greeting.fish +++ b/cfg/fish/fish_greeting.fish @@ -1,7 +1,7 @@ function fish_greeting if not set -q fish_greeting set -l line1 (printf (_ 'well-cum to %sfiš%s, the %sevil%s šell!') (set_color red) (set_color normal) (set_color red) (set_color normal)) - set -l line2 \n(printf (_ 'type %snvim%s to use a good text editor.') (set_color red) (set_color normal)) + set -l line2 \n(printf (_ 'type (%sn%s)?%svi%s(%sm%s)? to use a %sgood%s text editor.') (set_color red) (set_color normal) (set_color red) (set_color normal) (set_color red) (set_color normal) (set_color red) (set_color normal)) set -g fish_greeting "$line1$line2" end -- cgit v1.3.1