1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

fixed XDG_DATA_DIRS

This commit is contained in:
eoli3n 2021-05-15 20:59:01 +02:00
parent b18264b6d5
commit 8051cb1aca

@ -1,3 +1,3 @@
# Set path by host
set -x XDG_DATA_DIRS "/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share"
set -x XDG_DATA_DIRS "$XDG_DATA_DIRS:/usr/share/:/usr/local/share/:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share"