We don't need this on macOS

This commit is contained in:
Dan Barber 2024-09-27 16:24:54 -05:00
parent a3fa4b0885
commit 8e1eda3798

View File

@ -3,7 +3,6 @@ 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
export XDG_RUNTIME_DIR=/run/user/$UID
# Tell various apps where to find their config
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"