add sourcing for local-only envfile

This commit is contained in:
Joel Beckmeyer 2023-07-25 09:36:46 -04:00
parent adf9a740f0
commit bee4fba744
1 changed files with 2 additions and 0 deletions

View File

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