summaryrefslogtreecommitdiffstats
path: root/kde/kdebase/profile.d/kde.csh
blob: a09579bf1043c686b4de722171cd5f0584e7861a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/csh
# KDE additions:
if ( ! $?KDEDIRS ) then
    setenv KDEDIRS /usr
endif
setenv PATH ${PATH}:/usr/lib/kde4/libexec

if ( $?XDG_CONFIG_DIRS ) then
    setenv XDG_CONFIG_DIRS ${XDG_CONFIG_DIRS}:/etc/kde/xdg
else
    setenv XDG_CONFIG_DIRS /etc/xdg:/etc/kde/xdg
endif