Update .zshenv

This commit is contained in:
Şahin Akkaya 2023-12-26 11:46:35 +03:00
parent 072fa544e7
commit c0861925f2

View File

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