mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Rendering the 'vagrant box (remove|repackage)' completion code independant of Vagrant implementation details.
This commit is contained in:
		@@ -44,7 +44,7 @@ __task_list ()
 | 
			
		||||
 | 
			
		||||
__box_list ()
 | 
			
		||||
{
 | 
			
		||||
    _wanted application expl 'command' compadd $(command ls -1 $HOME/.vagrant/boxes 2>/dev/null| sed -e 's/ /\\ /g')
 | 
			
		||||
    _wanted application expl 'command' compadd $(command vagrant box list | sed -e 's/ /\\ /g')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
__vm_list ()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user