From b59c836581e66f8a37741f1c88c136cc1456de42 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 18 Apr 2020 20:50:47 +0100 Subject: [PATCH] Add aurmake alias --- 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 254b332..d9e1b2e 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -125,6 +125,7 @@ if [ "$(uname -s)" = "Linux" ]; then fi alias adoc="asciidoctor -a stylesheet=$HOME/.asciidoctor.css" +alias aurmake="makepkg -irs" alias cal="ncal -w" alias ec="emacsclient -c" alias en="emacsclient -nw"