dotfiles/.zshenv

4 lines
162 B
Plaintext
Raw Normal View History

2023-12-26 09:46:35 +01:00
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:=$HOME/.config}"
export ZDOTDIR="${ZDOTDIR:=$XDG_CONFIG_HOME/zsh}"
2023-12-25 23:07:26 +01:00
export PATH="$HOME/scripts/:$HOME/.local/bin/:$PATH"