source environment.local ignoring error when it does not exist

This commit is contained in:
Joel Beckmeyer 2023-07-25 14:10:17 -04:00
parent 9d48e747ad
commit b56c89529b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# icky, but necessary since this might inject the needed XDG vars
. "$HOME/.config/environment.local"
. "$HOME/.config/environment.local" 2>/dev/null
. "$XDG_DATA_HOME/cargo/env"
# editor