Make the update-xdg-data-dirs call similar to update-default-soundcard

This commit is contained in:
Gergely Polonkai
2025-09-08 20:15:34 +02:00
parent e97749c37e
commit bb6298753d

View File

@@ -1 +1,5 @@
test -x $HOME/.local/bin/update-xdg-data-dirs.py; and set -gx XDG_DATA_DIRS ($HOME/.local/bin/update-xdg-data-dirs.py) set uxdd (command -v update-xdg-data-dirs.py)
if test -n "$uxdd" -a -x "$uxdd"
set -gx XDG_DATA_DIRS (uxdd)
end