mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 22:44:01 +00:00
fish_greeting: highlight "help" in in green, like it used to be
This was changed in b9d2e4d
with no obvious motivation, and the
translation strings still have the old version.
This commit is contained in:
parent
f32777a0cc
commit
e885a65754
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ function __fish_config_interactive -d "Initializations that should be performed
|
|||
|
||||
if not set -q fish_greeting
|
||||
set -l line1 (_ 'Welcome to fish, the friendly interactive shell')
|
||||
set -l line2 \n(_ 'Type `help` for instructions on how to use fish')
|
||||
set -l line2 \n(printf (_ 'Type %shelp%s for instructions on how to use fish') (set_color green) (set_color normal))
|
||||
set -U fish_greeting "$line1$line2"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue