Update '.zshenv'

This commit is contained in:
tk1rk 2023-05-20 04:31:35 +02:00
parent 90a111f8b9
commit 884e9e1313
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env zsh
export ZDOTDIR="$HOME/.config/zsh"
export ZDOTDIR=${HOME}/.config/zsh
[[ -f "$ZDOTDIR/.zshenv" ]] || source "$ZDOTDIR/.zshenv"
[[ -f ${ZDOTDIR}/.zshrc ]] || source ${ZDOTDIR}/.zshrc