diff options
author | Case Duckworth | 2023-04-16 17:06:22 -0500 |
---|---|---|
committer | Case Duckworth | 2023-04-16 17:06:22 -0500 |
commit | 3b177d8c95f70db8e27fd046711f480e81ea3fa7 (patch) | |
tree | 078459e4b3ae19c9978a12ea24ade3d336f2345a /profile/profile | |
parent | Add a bunch of stuff (diff) | |
download | etc-3b177d8c95f70db8e27fd046711f480e81ea3fa7.tar.gz etc-3b177d8c95f70db8e27fd046711f480e81ea3fa7.zip |
uhhhh
Diffstat (limited to 'profile/profile')
-rw-r--r-- | profile/profile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profile/profile b/profile/profile index 9a81186..5faff51 100644 --- a/profile/profile +++ b/profile/profile | |||
@@ -4,10 +4,13 @@ | |||
4 | # Source system profile | 4 | # Source system profile |
5 | source /etc/profile | 5 | source /etc/profile |
6 | 6 | ||
7 | # Local prefix | ||
8 | export LOCAL_PREFIX="$HOME/usr" | ||
9 | |||
7 | # XDG directories | 10 | # XDG directories |
8 | export XDG_CONFIG_HOME="$HOME/etc" | 11 | export XDG_CONFIG_HOME="$HOME/etc" |
9 | export XDG_CACHE_HOME="$HOME/var/cache" | 12 | export XDG_CACHE_HOME="$HOME/var/cache" |
10 | export XDG_DATA_HOME="$LOCAL_PATH/share" | 13 | export XDG_DATA_HOME="$LOCAL_PREFIX/share" |
11 | 14 | ||
12 | export XDG_DATA_DIRS="${XDG_DATA_DIRS:-/usr/local/share:/usr/share}" | 15 | export XDG_DATA_DIRS="${XDG_DATA_DIRS:-/usr/local/share:/usr/share}" |
13 | export XDG_CONFIG_DIRS="${XDG_CONFIG_DIRS:-/etc/xdg}" | 16 | export XDG_CONFIG_DIRS="${XDG_CONFIG_DIRS:-/etc/xdg}" |