From 2d7e178d4bce73556b82d39f2b6478041b6fa0de Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Sat, 22 Apr 2023 07:58:46 -0500 Subject: [PATCH] better zshenv ordering --- .zshenv | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" -- 2.44.2