Closed cipriancraciun closed 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.
&&== path ./some-path
./some-path
&& env-path VAR ./some-path
VAR
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 intoVAR
the absolute path of./some-path
.