mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 10:59:08 +00:00 
			
		
		
		
	Add usage information for terminal
This commit is contained in:
		@@ -5,6 +5,12 @@
 | 
				
			|||||||
#   James Cox <james@imaj.es>
 | 
					#   James Cox <james@imaj.es>
 | 
				
			||||||
#   Sorin Ionescu <sorin.ionescu@gmail.com>
 | 
					#   Sorin Ionescu <sorin.ionescu@gmail.com>
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
					# Usage:
 | 
				
			||||||
 | 
					#   To auto set the terminal window and tab titles with the current command or
 | 
				
			||||||
 | 
					#   directory, add the following to zshrc:
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					#     zstyle ':omz:module:terminal' auto-title 'yes'
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Dumb terminals lack support.
 | 
					# Dumb terminals lack support.
 | 
				
			||||||
if [[ "$TERM" == 'dumb' ]]; then
 | 
					if [[ "$TERM" == 'dumb' ]]; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user