mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-23 09:08:36 +02:00
This commit introduces a new PathExt trait with a fn replace_env which can ensure all environemnt variables are loaded for a PathBuf. As part of the initial rollout this is used in komorebi-bar to look up environment variables for the configuration switcher widget. resolve #1131