mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
Fix typo
[ci skip]
This commit is contained in:
@@ -30,7 +30,7 @@ function __fish_config_interactive -d "Initializations that should be performed
|
|||||||
set -U fish_greeting "$line1$line2"
|
set -U fish_greeting "$line1$line2"
|
||||||
end
|
end
|
||||||
|
|
||||||
if set -q fish_private_mode and string length -q -- $fish_greeting
|
if set -q fish_private_mode; and string length -q -- $fish_greeting
|
||||||
set -l line (_ "fish is running in private mode, history will not be persisted.")
|
set -l line (_ "fish is running in private mode, history will not be persisted.")
|
||||||
set -g fish_greeting $fish_greeting.\n$line
|
set -g fish_greeting $fish_greeting.\n$line
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user