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.

8 lines
183 B

3 years ago
  1. # Autocompletion for kn, the command line interface for knative
  2. #
  3. # Author: https://github.com/btannous
  4. if [ $commands[kn] ]; then
  5. source <(kn completion zsh)
  6. compdef _kn kn
  7. fi