mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-23 00:01:16 -03:00
It does not make sense to change these. If anything, we should make them computed electric variable, so they change whenever one of $HOME, $XDG_CONFIG_HOME and friends change. Make them electric variables, purely because that's our only way of marking variables as read-only. In future we can add a EnvVarFlags::READ_ONLY instead. We'll want this anyway for "set --read-only".