mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Fixes tmuxinator plugin find on OSX
This commit is contained in:
		
							parent
							
								
									e2838f75f0
								
							
						
					
					
						commit
						4354f91171
					
				@ -25,7 +25,7 @@ case $state in
 | 
			
		||||
  args)
 | 
			
		||||
    case $line[1] in
 | 
			
		||||
      start|open|copy|delete)
 | 
			
		||||
        _configs=(`find ~/.tmuxinator/ -name \*.yml | cut -d/ -f5 | sed s:.yml::g`)
 | 
			
		||||
        _configs=(`find ~/.tmuxinator -name \*.yml | cut -d/ -f5 | sed s:.yml::g`)
 | 
			
		||||
        _values 'configs' $_configs
 | 
			
		||||
        ret=0
 | 
			
		||||
        ;;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user