mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-08-17 13:59:29 +02:00
10 lines
238 B
Bash
Executable File
10 lines
238 B
Bash
Executable File
# Autocompletion for doctl, the command line tool for DigitalOcean service
|
|
#
|
|
# doctl project: https://github.com/digitalocean/doctl
|
|
#
|
|
# Author: https://github.com/HalisCz
|
|
|
|
if [ $commands[doctl] ]; then
|
|
source <(doctl completion zsh)
|
|
fi
|