summaryrefslogtreecommitdiffstats
path: root/desktop/razorqt/profile.d/razorqt.csh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/razorqt/profile.d/razorqt.csh')
-rw-r--r--desktop/razorqt/profile.d/razorqt.csh4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/razorqt/profile.d/razorqt.csh b/desktop/razorqt/profile.d/razorqt.csh
index 8a9d065497..aa7a098431 100644
--- a/desktop/razorqt/profile.d/razorqt.csh
+++ b/desktop/razorqt/profile.d/razorqt.csh
@@ -1,6 +1,6 @@
#!/bin/csh
if ( $?XDG_CONFIG_DIRS ) then
- setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:/etc/razorqt/xdg
+ setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:@RCONFDIR@
else
- setenv XDG_CONFIG_DIRS /etc/xdg:/etc/razorqt/xdg
+ setenv XDG_CONFIG_DIRS /etc/xdg:@RCONFDIR@
endif