1
0
dotfiles/.zshenv

7 lines
137 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}}"
source "${ZDOTDIR}/.config/zsh/_.zsh"
2021-03-21 18:25:10 +03:00
fi