summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-04-08 22:32:00 +0200
committerczjstmax <jstmaxlol@disroot.org>2026-04-08 22:32:00 +0200
commitdf9b5b6462faf9e1c0b0e6360e0fd84f48be86ab (patch)
tree00d392d8b07fd96bf31ec4ba779cb95dd87af93d
parent30a094b436e36363b0ce80a88736faee2c70e3aa (diff)
upd fish greeting
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
-rw-r--r--cfg/fish/fish_greeting.fish2
1 files changed, 1 insertions, 1 deletions
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