hyprdots/.zshenv

6 lines
111 B
Plaintext
Raw Normal View History

2022-11-03 21:53:21 +01:00
#!/usr/bin/env zsh
2023-05-20 04:31:35 +02:00
export ZDOTDIR=${HOME}/.config/zsh
2022-11-03 21:53:21 +01:00
2023-05-20 04:31:35 +02:00
[[ -f ${ZDOTDIR}/.zshrc ]] || source ${ZDOTDIR}/.zshrc