profile: Don't override pre-existing XDG_DATA_DIRS env vars

tingping/wmclass
Alexander Larsson 2015-06-24 09:31:50 +02:00
parent 0774aa39e2
commit c7a05ae781
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# @sysconfdir@/profile.d/xdg-app.sh - set XDG_DATA_DIRS
XDG_DATA_DIRS="$HOME/.local/share/xdg-app/exports/share:@localstatedir@/xdg-app/exports/share/:/usr/local/share/:/usr/share/"
XDG_DATA_DIRS="${XDG_DATA_DIRS:-$HOME/.local/share/xdg-app/exports/share:@localstatedir@/xdg-app/exports/share/:/usr/local/share/:/usr/share/}"
export XDG_DATA_DIRS