Skip to content

Add a switch to define environment variable

Some executable depends on specific variables like TERM or FORCE_COLOR to output ansi code when they detect that they are not launch in interactive terminals.

Add a multiple -V NAME=VALUE switch to define environment on launched command to avoid the use of env NAME=VALUE cmd args. It is better as using env, because env clutter the buffer name

Edited by Éric BURGHARD