chore(zsh): changed $HOME to ~ in ~/.zshenv

This commit is contained in:
2025-02-05 17:03:45 +00:00
parent d9da85f4f0
commit 8487afafb9

View File

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