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.

9 lines
238 B

3 years ago
  1. # Autocompletion for doctl, the command line tool for DigitalOcean service
  2. #
  3. # doctl project: https://github.com/digitalocean/doctl
  4. #
  5. # Author: https://github.com/HalisCz
  6. if [ $commands[doctl] ]; then
  7. source <(doctl completion zsh)
  8. fi