mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 10:43:32 +08:00
Reword warning inside fish_universal_variables file
Prior to this fix, the fish universal variables file claimed that changes to it would be overwritten. This no longer true and has not been true for a long time. Remove that warning.
This commit is contained in:
parent
ba8bdbb3ae
commit
a98cc75f9e
|
@ -72,9 +72,7 @@
|
|||
#define PARSE_ERR L"Unable to parse universal variable message: '%ls'"
|
||||
|
||||
/// Small note about not editing ~/.fishd manually. Inserted at the top of all .fishd files.
|
||||
#define SAVE_MSG \
|
||||
"# This file is automatically generated by the fish.\n# Do NOT edit it directly, your " \
|
||||
"changes will be overwritten.\n"
|
||||
#define SAVE_MSG "# This file contains fish universal variable definitions.\n"
|
||||
|
||||
static wcstring get_machine_identifier();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user