From a98cc75f9e86075617dc68c35794c16270b59265 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 1 Apr 2018 17:50:08 -0700 Subject: [PATCH] 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. --- src/env_universal_common.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/env_universal_common.cpp b/src/env_universal_common.cpp index d926a1620..c8649167e 100644 --- a/src/env_universal_common.cpp +++ b/src/env_universal_common.cpp @@ -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();