diff --git a/private_dot_zshrc.tmpl b/private_dot_zshrc.tmpl index 276175f60327c2affba740e2d41be4d9ee6d2a24..3e1af7ddfa809c8e991816c8f2c712fe9b395be9 100644 --- a/private_dot_zshrc.tmpl +++ b/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