mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
7 lines
163 B
Text
7 lines
163 B
Text
![]() |
export PATH=$PATH:/opt/kde/bin
|
||
|
if [ ! -z $XDG_DATA_DIRS ]; then
|
||
|
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/opt/kde/share
|
||
|
else
|
||
|
export XDG_DATA_DIRS=/opt/kde/share
|
||
|
fi
|