Browse Source

ubuntu: fix aglu to list available upgrades (#8082)

Vignesh Balasubramaniam 4 years ago
parent
commit
caf0bfa046
1 changed files with 3 additions and 3 deletions
  1. 3 3
      plugins/ubuntu/ubuntu.plugin.zsh

+ 3 - 3
plugins/ubuntu/ubuntu.plugin.zsh

@@ -12,10 +12,10 @@ alias acp='apt-cache policy'
 #List all installed packages
 #List all installed packages
 alias agli='apt list --installed'
 alias agli='apt list --installed'
 
 
-# superuser operations ######################################################
-
 # List available updates only
 # 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'
 alias afu='sudo apt-file update'