mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			238 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			238 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# 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
 |