1
0
dotfiles/.zshenv

8 lines
207 B
Plaintext
Raw Normal View History

2021-03-21 18:25:10 +03:00
#!/bin/zsh
if [[ -o interactive ]] ; then
## early redirect
2021-03-21 18:25:10 +03:00
: "${ZDOTDIR:=${HOME}}"
2024-02-28 23:22:33 +03:00
[ "${ZDOTDIR}" = "${HOME}/.cache/zsh/dots" ] && ZDOTDIR="${HOME}"
source "${ZDOTDIR}/.config/zsh/_.zsh"
2021-03-21 18:25:10 +03:00
fi