source environment.local ignoring error when it does not exist
This commit is contained in:
parent
9d48e747ad
commit
b56c89529b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user