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.

7 lines
170 B

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