From: Huck Boles Date: Sat, 22 Apr 2023 12:58:46 +0000 (-0500) Subject: better zshenv ordering X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=2d7e178d4bce73556b82d39f2b6478041b6fa0de;p=zsh.git better zshenv ordering --- diff --git a/.zshenv b/.zshenv index b629b25..a78cd66 100644 --- 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"