summaryrefslogtreecommitdiff
path: root/dot_local/share/sh
diff options
context:
space:
mode:
Diffstat (limited to 'dot_local/share/sh')
-rw-r--r--dot_local/share/sh/xdg3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_local/share/sh/xdg b/dot_local/share/sh/xdg
new file mode 100644
index 0000000..68c4a54
--- /dev/null
+++ b/dot_local/share/sh/xdg
@@ -0,0 +1,3 @@
+[ -z "$XDG_DATA_HOME" ] || export XDG_DATA_HOME=~/.local/share
+[ -z "$XDG_CONFIG_HOME" ] || export XDG_CONFIG_HOME=~/.config
+[ -z "$XDG_STATE_HOME" ] || export XDG_STATE_HOME=~/.local/state