]> git.huck.website - zsh.git/commitdiff
better zshenv ordering
authorHuck Boles <huck@huck.website>
Sat, 22 Apr 2023 12:58:46 +0000 (07:58 -0500)
committerHuck Boles <huck@huck.website>
Sat, 22 Apr 2023 12:58:46 +0000 (07:58 -0500)
.zshenv

diff --git a/.zshenv b/.zshenv
index b629b25b6fc3883c6ffb53366638c2fe01f27d62..a78cd663b8c1dbdafa8ee40196cb067715995ca7 100644 (file)
--- a/.zshenv
+++ b/.zshenv
@@ -1,14 +1,14 @@
-# shell variables
-export SHELL="/bin/zsh"
-export ZSH="$ZDOTDIR"
-export ZSH_COMPDUMP="$ZSH/cache/.zcompdump-$HOST"
-
 # xdg variables
 export XDG_CONFIG_HOME="$HOME/.config"
 export XDG_DATA_HOME="$HOME/.local/share"
 export XDG_STATE_HOME="$HOME/.local/state"
 export XDG_CACHE_HOME="$HOME/.local/cache"
 
+# shell variables
+export SHELL="/bin/zsh"
+export ZSH="$ZDOTDIR"
+export ZSH_COMPDUMP="$ZSH/cache/.zcompdump-$HOST"
+
 # my folders
 export REPOS="$HOME/repos"
 export DOTFILES="$REPOS/dotfiles"