[zsh] changed $HOME to ~ in ~/.zshenv

This commit is contained in:
Afonso Franco 2025-02-05 17:03:45 +00:00
parent b7d08b1f48
commit 4bc5ef2bdb
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54

View file

@ -1,3 +1,3 @@
export XDG_CONFIG_HOME="$HOME"/.config
export XDG_CONFIG_HOME=~/.config
export ZDOTDIR="$XDG_CONFIG_HOME"/zsh
source "$ZDOTDIR"/.zshenv