zshenv: fix broken quotes

This commit is contained in:
Rob Watson 2021-05-10 13:58:02 +02:00
parent c66b73d985
commit 73887d6422
1 changed files with 1 additions and 1 deletions

2
zshenv
View File

@ -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