mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	fix(brew): suppress error message of brew cask on Linux (#11302)
This commit is contained in:
		
							parent
							
								
									239e2f9fcd
								
							
						
					
					
						commit
						5ddb589011
					
				@ -36,7 +36,7 @@ alias buf='brew upgrade --formula'
 | 
			
		||||
 | 
			
		||||
function brews() {
 | 
			
		||||
  local formulae="$(brew leaves | xargs brew deps --installed --for-each)"
 | 
			
		||||
  local casks="$(brew list --cask)"
 | 
			
		||||
  local casks="$(brew list --cask 2>/dev/null)"
 | 
			
		||||
 | 
			
		||||
  local blue="$(tput setaf 4)"
 | 
			
		||||
  local bold="$(tput bold)"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user