makeit.nvim icon indicating copy to clipboard operation
makeit.nvim copied to clipboard

fix: prepend `cmd.exe /c` on windows to process `&&` operator

Open AtifChy opened this issue 5 months ago • 0 comments

&& operator doesn't work on windows when the shell is set to powershell, so here I am prepending the cmd with cmd.exe /c to make sure the command works even if the shell is set to something else.

AtifChy avatar Aug 24 '25 08:08 AtifChy