dan1994 / pyzshcomplete

Autocompletion for python scripts in zsh
MIT License
23 stars 4 forks source link

use non-root copy if possible #66

Open EdwarDu opened 2 years ago

EdwarDu commented 2 years ago

For my setup I use custom build zsh and python3, so default install is okay for non-root cp, but I don't have root permission on the machine, so probably is better to try with cp without sudo if we can write to the target_dir already.