my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
360 B

3 years ago
  1. # kn - Knative CLI
  2. This plugin provides autocompletion for [kn](https://knative.dev/docs/install/client/install-kn/) operations.
  3. To use it, add `kn` to the plugins array of your zshrc file:
  4. ```zsh
  5. plugins=(... kn)
  6. ```
  7. ## See Also
  8. + [kn/client](https://github.com/knative/client)
  9. ## Contributors
  10. + [btannous](https://github.com/btannous) - Plugin Author