mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
function precmd {
 | 
						|
  print -Pn "\e]133;A\e\\"
 | 
						|
  if ! builtin zle; then
 | 
						|
    print -n "\e]133;D\e\\"
 | 
						|
  fi
 | 
						|
}
 | 
						|
 | 
						|
function preexec {
 | 
						|
  print -n "\e]133;C\e\\"
 | 
						|
}
 |