mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	fix(copybuffer): prevent which alias usage (#12379)
				
					
				
			This commit is contained in:
		
							parent
							
								
									5d2d35cd17
								
							
						
					
					
						commit
						803e1a784c
					
				@ -2,7 +2,7 @@
 | 
			
		||||
# onto the system clipboard
 | 
			
		||||
 | 
			
		||||
copybuffer () {
 | 
			
		||||
  if which clipcopy &>/dev/null; then
 | 
			
		||||
  if builtin which clipcopy &>/dev/null; then
 | 
			
		||||
    printf "%s" "$BUFFER" | clipcopy
 | 
			
		||||
  else
 | 
			
		||||
    zle -M "clipcopy not found. Please make sure you have Oh My Zsh installed correctly."
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user