Update .zshenv

This commit is contained in:
Şahin Akkaya 2023-12-26 01:08:44 +03:00
parent bc668fe422
commit c084dbb908

View File

@ -1,2 +1,3 @@
export ZDOTDIR="$HOME/.config/zsh"
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
export PATH="$HOME/scripts/:$HOME/.local/bin/:$PATH"