You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Henry Catalini Smith edited this page Nov 1, 2021
·
1 revision
Similarly to the Bash completion functionality also
available, ppl comes ready with a ZSH completion function as well. Here's how to
get it set up:
To install the completion function:
$ ppl completion zsh | sudo tee /usr/share/zsh/site-functions/_ppl
Depending on your choice of operating system, the target directory in the above
code may differ. The above is certainly correct for Arch Linux, but on Debian,
for example, the target would be /usr/local/share/zsh/site-functions/.