mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-01-24 18:18:12 +01:00
Add XDG_DATA_DIRS
This commit is contained in:
parent
8732f97c2b
commit
597c73c9c3
1 changed files with 4 additions and 0 deletions
4
.config/shell/profile
Normal file → Executable file
4
.config/shell/profile
Normal file → Executable file
|
@ -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 a new issue