when env-init is called a second time it seems to copy the base env template directory to the env location, but since it exists, it's put inside. for some reason it seems to not be honoring the if condition:
https://github.com/progrium/envy/blob/master/scripts/enterenv#L23
but it's probably something stupid i'm not seeing.
when
env-init
is called a second time it seems to copy the base env template directory to the env location, but since it exists, it's put inside. for some reason it seems to not be honoring the if condition: https://github.com/progrium/envy/blob/master/scripts/enterenv#L23but it's probably something stupid i'm not seeing.