ohmyzsh/plugins/procs
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-05-10 19:16:45 +02:00
..
procs.plugin.zsh feat(procs): add completions plugin (#12406) 2024-05-10 19:16:45 +02:00
README.md feat(procs): add completions plugin (#12406) 2024-05-10 19:16:45 +02:00

procs

This plugin provides completion for procs.

To use it, add procs to the plugins array in your zshrc file.

plugins=(... procs)