mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-14 16:41:15 -03:00
Remove MAC address from universal variables file
This switches the universal variables file from a machine-specific name to the fixed '.config/fish/fish_universal_variables'. The old file name is migrated if necessary. Fixes #1912
This commit is contained in:
@@ -2753,7 +2753,7 @@ static void test_universal() {
|
||||
|
||||
env_universal_t uvars(UVARS_TEST_PATH);
|
||||
callback_data_list_t callbacks;
|
||||
bool loaded = uvars.load(callbacks);
|
||||
bool loaded = uvars.initialize(callbacks);
|
||||
if (!loaded) {
|
||||
err(L"Failed to load universal variables");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user