mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	Fixed Pacaur aliases (#6416)
`pacaur -Syua` only updated AUR pakcages, wihch is incompatible with semantics of `pacupg` and `yaupg`. Removing `-a` here it would work for both main repos and aur.
This commit is contained in:
		
							parent
							
								
									41eedd3700
								
							
						
					
					
						commit
						2bd24f7e0d
					
				@ -28,8 +28,8 @@ if (( $+commands[yaourt] )); then
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if (( $+commands[pacaur] )); then
 | 
			
		||||
  alias paupg='pacaur -Syua'
 | 
			
		||||
  alias pasu='pacaur -Syua --noconfirm'
 | 
			
		||||
  alias paupg='pacaur -Syu'
 | 
			
		||||
  alias pasu='pacaur -Syu --noconfirm'
 | 
			
		||||
  alias pain='pacaur -S'
 | 
			
		||||
  alias pains='pacaur -U'
 | 
			
		||||
  alias pare='pacaur -R'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user