aboutsummaryrefslogtreecommitdiff
path: root/dot_config/sh/02_xdg-base-dirs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-12-27 17:55:59 -0500
committerRyan Kavanagh <rak@rak.ac>2023-12-27 17:55:59 -0500
commit2faa8339bba059d348b9cc9c8da9830824f13e37 (patch)
tree029b77a260d26fae73528288839b5341fafb0a29 /dot_config/sh/02_xdg-base-dirs
parentgammastep instead of redshift (diff)
parentOrder the sourced common shell files (diff)
Merge remote-tracking branch 'origin'
Diffstat (limited to 'dot_config/sh/02_xdg-base-dirs')
-rw-r--r--dot_config/sh/02_xdg-base-dirs4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/sh/02_xdg-base-dirs b/dot_config/sh/02_xdg-base-dirs
new file mode 100644
index 0000000..18acb96
--- /dev/null
+++ b/dot_config/sh/02_xdg-base-dirs
@@ -0,0 +1,4 @@
+export XDG_CACHE_HOME="${HOME}/.cache"
+export XDG_CONFIG_HOME="${HOME}/.config"
+export XDG_DATA_HOME="${HOME}/.local/share"
+export XDG_STATE_HOME="${HOME}/.local/state"