Do not load zshsecrets if it does not exist
This commit is contained in:
parent
70224f8e71
commit
5e5fec58db
2
zshenv
2
zshenv
|
@ -28,6 +28,8 @@ export BAT_THEME=Nord
|
||||||
export PGUSER=postgres
|
export PGUSER=postgres
|
||||||
|
|
||||||
# See `installdotfiles`:
|
# See `installdotfiles`:
|
||||||
|
if [ -f ¨$ZDOTDIR/.zshsecrets¨ ]; then
|
||||||
source "$ZDOTDIR/.zshsecrets"
|
source "$ZDOTDIR/.zshsecrets"
|
||||||
|
fi
|
||||||
|
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
|
|
Loading…
Reference in New Issue