dotfiles/.zshenv
2023-12-26 11:46:35 +03:00

4 lines
162 B
Bash
Executable File

export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:=$HOME/.config}"
export ZDOTDIR="${ZDOTDIR:=$XDG_CONFIG_HOME/zsh}"
export PATH="$HOME/scripts/:$HOME/.local/bin/:$PATH"