tinted-shell icon indicating copy to clipboard operation
tinted-shell copied to clipboard

Improve `cp` calls & fix a typo

Open bezhermoso opened this issue 1 year ago • 0 comments

On macOS, the cp -f flag does not actually prevent it from asking for confirmation. In my case, I have cp aliased to nocorrect cp -i, inducing the prompt. Changing the invocation to command cp -f ... forces the shell to use the program instead of any alias that shadow cp.

bezhermoso avatar Oct 23 '24 00:10 bezhermoso