summaryrefslogtreecommitdiffstats
path: root/etc/xdg/plasma-workspace/env/env
blob: 93bcabe807752c240cfea9d3a37c0a769115617b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## from http://standards.freedesktop.org/menu-spec/latest/

# XDG_CONFIG_DIRS
if [ -z "${XDG_CONFIG_DIRS}" ] ; then
   XDG_CONFIG_DIRS=/etc/xdg:/var/lib/plasma5-profiles/common/xdg
   export XDG_CONFIG_DIRS
fi


# XDG_DATA_DIRS
if [ -z "${XDG_DATA_DIRS}" ] ; then
   XDG_DATA_DIRS=/var/lib/plasma5-profiles/common/share:/usr/local/share:/usr/share
   export XDG_DATA_DIRS
fi