diff options
author | Case Duckworth | 2023-01-30 12:24:24 -0600 |
---|---|---|
committer | Case Duckworth | 2023-01-30 12:24:24 -0600 |
commit | 21fac388f96806e234c6c354a35b40ea7d8076a6 (patch) | |
tree | ff1cd529556f93b04fe08c4025cc60d7198ca077 /profile/profile | |
parent | Bootstrap! (diff) | |
download | etc-21fac388f96806e234c6c354a35b40ea7d8076a6.tar.gz etc-21fac388f96806e234c6c354a35b40ea7d8076a6.zip |
Profile!
Diffstat (limited to 'profile/profile')
-rw-r--r-- | profile/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/profile b/profile/profile index a531e8e..9a81186 100644 --- a/profile/profile +++ b/profile/profile | |||
@@ -7,7 +7,7 @@ source /etc/profile | |||
7 | # XDG directories | 7 | # XDG directories |
8 | export XDG_CONFIG_HOME="$HOME/etc" | 8 | export XDG_CONFIG_HOME="$HOME/etc" |
9 | export XDG_CACHE_HOME="$HOME/var/cache" | 9 | export XDG_CACHE_HOME="$HOME/var/cache" |
10 | export XDG_DATA_HOME="$HOME/usr/share" | 10 | export XDG_DATA_HOME="$LOCAL_PATH/share" |
11 | 11 | ||
12 | export XDG_DATA_DIRS="${XDG_DATA_DIRS:-/usr/local/share:/usr/share}" | 12 | export XDG_DATA_DIRS="${XDG_DATA_DIRS:-/usr/local/share:/usr/share}" |
13 | export XDG_CONFIG_DIRS="${XDG_CONFIG_DIRS:-/etc/xdg}" | 13 | export XDG_CONFIG_DIRS="${XDG_CONFIG_DIRS:-/etc/xdg}" |