set XDG variables

Amolith created

Change summary

private_dot_zshrc.tmpl | 8 ++++++++
1 file changed, 8 insertions(+)

Detailed changes

private_dot_zshrc.tmpl 🔗

@@ -94,6 +94,14 @@ export COLUMNS=80
 export MANWIDTH=80
 export GOPATH="$HOME/.go"
 
+# XDG variables
+export XDG_DATA_HOME="$HOME/.local/share"
+export XDG_CONFIG_HOME="$HOME/.config"
+export XDG_STATE_HOME="$HOME/.local/state"
+export XDG_CACHE_HOME="$HOME/.cache"
+
+eval "$(antidot init)"
+
 CASE_SENSITIVE="false"
 
 # Disable dumb Python keyring integration