Move XDG_DATA_DIR manipulation to a separate file
This commit is contained in:
1
conf.d/xdg-data-dirs.fish
Normal file
1
conf.d/xdg-data-dirs.fish
Normal 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)
|
@@ -1,5 +1,4 @@
|
|||||||
fish_add_path --append /usr/sbin
|
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
|
# My own stuff
|
||||||
fish_add_path --prepend $HOME/bin
|
fish_add_path --prepend $HOME/bin
|
||||||
|
Reference in New Issue
Block a user