tinted-theming / tinted-shell

Base16 and Base24 for Shells
https://github.com/tinted-theming/home
MIT License
65 stars 217 forks source link

Improve `cp` calls & fix a typo #58

Open bezhermoso opened 1 month ago

bezhermoso commented 1 month ago

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.