1
0
dotfiles/.config/zsh.dots/.zshenv

7 lines
139 B
Plaintext
Raw Normal View History

2024-02-29 01:04:53 +03:00
#!/bin/zsh
if [[ -o interactive ]] ; then
## early redirect
ZDOTDIR="${ZDOTDIR%/${ZDOTDIR:t2}}"
source "${ZDOTDIR}/.zshenv"
fi