volution / z-run

z-run -- scripting library lightweight Go-based tool
35 stars 1 forks source link

Add support for defining environment variables that point to relative paths #16

Closed cipriancraciun closed 3 years ago

cipriancraciun commented 3 years ago

Just like with &&== path ./some-path translates ./some-path to an absolute path and appends it to the environment variable, it would be nice to have an && env-path VAR ./some-path export into VAR the absolute path of ./some-path.