-if [ -f ~/.zshenv.local ]; then
- source ~/.zshenv.local
-fi
-
export EDITOR=vim
export XDG_CONFIG_HOME=~/etc
export XDG_CONFIG_DIRS=~/.config:/etc/xdg
export GREP_OPTIONS=--color=auto
export PYTHONSTARTUP=~/.pythonrc
+
+if [[ -f ~/.zshenv.local ]]; then
+ source ~/.zshenv.local
+fi