mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Adjust the FAQ
This commit is contained in:
parent
72a44460c6
commit
923f6174ab
1 changed files with 7 additions and 1 deletions
|
@ -224,7 +224,13 @@ How do I change the greeting message?
|
|||
-------------------------------------
|
||||
Change the value of the variable ``fish_greeting`` or create a ``fish_greeting`` function. For example, to remove the greeting use::
|
||||
|
||||
set fish_greeting
|
||||
set -U fish_greeting
|
||||
|
||||
Or if you prefer not to use a universal variable, use::
|
||||
|
||||
set -g fish_greeting
|
||||
|
||||
in config.fish.
|
||||
|
||||
Why doesn't history substitution ("!$" etc.) work?
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue