/kyma-completion

Completions for kyma

Primary LanguageShellApache License 2.0Apache-2.0

kyma-completion

gif

Fish installation

  1. Run command:
  fisher install pPrecel/kyma-completion

For manual installation put the conf.d/kyma-completions.fish file in the $__fish_config_dir/conf.d folder.

Zsh installation

  1. Run command:
  git clone https://github.com/pPrecel/kyma-completion && cp -r "kyma-completion" "$ZSH/custom/plugins" && rm -rf "kyma-completion"
  1. Open the .zshrc file and add the kyma-completion to the plugins section:
plugins=(
  # ... your other plugins
+ kyma-completion
)