1
0
dotfiles/.zshenv
Konstantin Demin 086279d721
zsh: move/hide initialization
this also improves .zsh bytecode compilation
2023-12-23 09:15:33 +03:00

7 lines
137 B
Bash

#!/bin/zsh
if [[ -o interactive ]] ; then
## early redirect
: "${ZDOTDIR:=${HOME}}"
source "${ZDOTDIR}/.config/zsh/_.zsh"
fi