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