envdir icon indicating copy to clipboard operation
envdir copied to clipboard

envshell using existing env var and not the configured var

Open GitKlip opened this issue 5 years ago • 0 comments

  • existing env var STAGE=local
  • create file config/dev/STAGE with value 'dev'
  • run "envshell config/dev"
  • run "echo $STAGE"
  • result is 'local' when i was expecting 'dev'

GitKlip avatar Sep 06 '19 23:09 GitKlip