mirror of https://gitlab.com/dabruh/dotfiles.git
Add XDG_DATA_DIRS
This commit is contained in:
parent
8732f97c2b
commit
597c73c9c3
|
@ -126,6 +126,10 @@ fi
|
|||
PATH="$(modify_env_path delete "$PATH" "$prepend_paths")"
|
||||
PATH="$(modify_env_path prepend "$PATH" "$prepend_paths")"
|
||||
|
||||
prepend_data_dirs="/var/lib/snapd/desktop:/usr/share:/usr/local/share"
|
||||
|
||||
XDG_DATA_DIRS="$(modify_env_path delete "$XDG_DATA_DIRS" "$prepend_data_dirs")"
|
||||
XDG_DATA_DIRS="$(modify_env_path prepend "$XDG_DATA_DIRS" "$prepend_data_dirs")"
|
||||
|
||||
# Add the profile-extras file yourself if you wish to override anything:
|
||||
PROFILE_EXTRAS="$XDG_CONFIG_HOME/shell/profile-extras"
|
||||
|
|
Loading…
Reference in New Issue