summaryrefslogtreecommitdiff
path: root/cfg/fish
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/fish')
-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