summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-12-04 15:43:19 +0100
committerAdam <56338480+adastx@users.noreply.github.com>2021-12-04 16:19:02 +0100
commit7e919bbea37c30eade041394e079e16ac81ce899 (patch)
tree71bd9c442c2af984e971ad2cb0a23b80f3d76326 /.zshenv
parentd89399f8b60ef005ef120b2ee003e15961c0bea9 (diff)
Switched from bash to zsh
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv8
1 files changed, 8 insertions, 0 deletions
diff --git a/.zshenv b/.zshenv
new file mode 100644
index 0000000..65be1ac
--- /dev/null
+++ b/.zshenv
@@ -0,0 +1,8 @@
+export XDG_CONFIG_HOME=$HOME/.config
+export XDG_CACHE_HOME=$HOME/.cache
+export XDG_DATA_HOME=$HOME/.local/share
+export XDG_STATE_HOME=$HOME/.local/state
+export XDG_DATA_DIRS="/usr/local/share:/usr/share"
+export XDG_CONFIG_DIRS="/etc/xdg"
+
+export ZDOTDIR=$XDG_CONFIG_HOME/zsh