Move XDG_DATA_DIR manipulation to a separate file

This commit is contained in:
Gergely Polonkai 2025-03-18 20:35:58 +01:00
parent 30cc257ea6
commit 0b7708a44e
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
test -x $HOME/.local/bin/update-xdg-data-dirs.py; and set -gx XDG_DATA_DIRS ($HOME/.local/bin/update-xdg-data-dirs.py)

View File

@ -1,5 +1,4 @@
fish_add_path --append /usr/sbin
test -x $HOME/.local/bin/update-xdg-data-dirs.py; and set -gx XDG_DATA_DIRS ($HOME/.local/bin/update-xdg-data-dirs.py)
# My own stuff
fish_add_path --prepend $HOME/bin