From aa331e8c00a94e39ea8fa81b245f2a4adf8fd5fc Mon Sep 17 00:00:00 2001 From: Hekuran Date: Wed, 25 Aug 2021 15:24:12 +0200 Subject: [PATCH] lapsus calami don't remove the whole thing, just sudo --- .config/shell/aliasrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 235fc045..0890ccd6 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -38,6 +38,7 @@ alias \ sdn="sudo shutdown -h now" \ e="$EDITOR" \ v="$EDITOR" \ + p="pacman" \ xi="sudo xbps-install" \ xr="sudo xbps-remove -R" \ xq="xbps-query" \