Add flatpak to XDG_DATA_DIRS
This commit is contained in:
parent
e20e475a98
commit
93f8cc06d1
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export "XDG_CACHE_HOME=${HOME}/.cache"
|
|||
export "XDG_DATA_HOME=${HOME}/.local/share"
|
||||
export "XDG_STATE_HOME=${HOME}/.local/state"
|
||||
export "XDG_RUNTIME_DIR=/tmp/${UID}/"
|
||||
export "XDG_DATA_DIRS=/usr/local/share:/usr/share"
|
||||
export "XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/flatpak/exports/share:${HOME}/.local/share/flatpak/exports/share"
|
||||
export "XDG_CONFIG_DIRS=/etc/xdg"
|
||||
|
||||
# globals
|
||||
|
|
Reference in a new issue