diff --git a/copy/zshenv b/copy/zshenv index 594f255..6b93f56 100644 --- a/copy/zshenv +++ b/copy/zshenv @@ -3,4 +3,4 @@ export ZDOTDIR='/home/eeleater/.config/dotfiles/zsh' export EDITOR='nano' export THEME='starship' -source "$ZDOTDIR/local/env.zsh" +[[ -f "$ZDOTDIR/local/env.zsh" ]] && source "$ZDOTDIR/local/env.zsh"