Files
my-fish-config/conf.d/xdg-data-dirs.fish

6 lines
118 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