Do not export zsh internal variables

This commit is contained in:
2020-09-13 04:36:52 +02:00
parent 6786d8815a
commit e792461a20
2 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,6 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
[ ! -r "$ZDOTDIR/.zshenv" ] || . "$ZDOTDIR/.zshenv"