diff --git a/zshenv b/zshenv index 1f2a6e4..4b8005a 100644 --- a/zshenv +++ b/zshenv @@ -28,7 +28,7 @@ export BAT_THEME=Nord export PGUSER=postgres # See `installdotfiles`: -if [ -f ¨$ZDOTDIR/.zshsecrets¨ ]; then +if [ -f "$ZDOTDIR/.zshsecrets" ]; then source "$ZDOTDIR/.zshsecrets" fi