mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	ubuntu: fix aglu to list available upgrades (#8082)
This commit is contained in:
		
							parent
							
								
									3e0e9136cc
								
							
						
					
					
						commit
						caf0bfa046
					
				@ -12,10 +12,10 @@ alias acp='apt-cache policy'
 | 
			
		||||
#List all installed packages
 | 
			
		||||
alias agli='apt list --installed'
 | 
			
		||||
 | 
			
		||||
# superuser operations ######################################################
 | 
			
		||||
 | 
			
		||||
# List available updates only
 | 
			
		||||
alias aglu='sudo apt-get -u upgrade --assume-no'
 | 
			
		||||
alias aglu='apt list --upgradable'
 | 
			
		||||
 | 
			
		||||
# superuser operations ######################################################
 | 
			
		||||
 | 
			
		||||
alias afu='sudo apt-file update'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user