From 15038a8030a971be913c7ee91465d8d220136102 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 22 May 2020 09:02:29 +0100 Subject: [PATCH] Add "alu" alias for "apt list --upgradable" --- roles/home-cli/files/shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index a0b88cf..aa98e6b 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -127,6 +127,7 @@ if [ "$(uname -s)" = "Linux" ]; then fi alias adoc="asciidoctor -a stylesheet=$HOME/.asciidoctor.css" +alias alu="apt list --upgradable" alias aurmake="makepkg -irs" alias cal="ncal -w" alias ec="emacsclient -c"