helix-wezterm icon indicating copy to clipboard operation
helix-wezterm copied to clipboard

drop envsubst dep

Open markstos opened this issue 9 months ago • 3 comments

The envsubst command is often not installed by default on minimal distros.

However, the same result can be accomplished by calling a shell eval command which will cause the command to be evaluated with all the currently set environment variables considered.

This change has not been tested yet.

markstos avatar Jan 15 '25 20:01 markstos