Set-PsEnv
Set-PsEnv copied to clipboard
PowerShell DotEnv Loader
Hi, It would be nice to have the ability to specify where to load `.env` file from and its name. This is to support multiple environments, such as for testing,...
Is there a recommended way of making this work alongside oh-my-posh? Adding the `prompt` function to the end of my `profile` breaks oh-my-posh
Fix #7
feat: allow reading of bash .envrc files feat: Write-Output when no file was found feat: don't skip if current file was already applied, could've been changed
I ran into the issue when using this in a script. On first run of the script, the `.env` is read and `$env` is populated. Upon re-run, it fails to...