8 lines
		
	
	
		
			108 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			108 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # Completion for taskwarrior
 | |
| #
 | |
| if (command -v task &> /dev/null)
 | |
| then
 | |
|   complete -o nospace -F _task t
 | |
| fi
 |