summaryrefslogtreecommitdiffstats
path: root/system/rox-filer/rox-filer.sh
blob: bba4482f4498961ae8675119d61e8e795193ab1b (plain)
1
2
3
4
5
6
7
#!/bin/sh
if [ ! "$XDG_CONFIG_DIRS" = "" ]; then
  XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/etc/rox/xdg
else
  XDG_CONFIG_DIRS=/etc/xdg:/etc/rox/xdg
fi
export XDG_CONFIG_DIRS