mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-07-02 00:51:15 -03:00
This matches what we do in --profile's output: ``` > source /home/alfa/.config/fish/config.fish --> set -gx XDG_CACHE_HOME /home/alfa/.cache --> set -gx XDG_CONFIG_HOME /home/alfa/.config --> set -gx XDG_DATA_HOME /home/alfa/.local/share ``` instead of ``` + source /home/alfa/.config/fish/config.fish +++ set -gx XDG_CACHE_HOME /home/alfa/.cache +++ set -gx XDG_CONFIG_HOME /home/alfa/.config +++ set -gx XDG_DATA_HOME /home/alfa/.local/share ```
1.3 KiB
1.3 KiB