6 lines
117 B
Fish
6 lines
117 B
Fish
set uxdd (command -v update-xdg-data-dirs.py)
|
|
|
|
if test -n "$uxdd" -a -x "$uxdd"
|
|
set -gx XDG_DATA_DIRS (uxdd)
|
|
end
|