From 2d347357d4dec09da462254e24b9803a838f6352 Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Wed, 19 Jun 2019 08:26:06 +0200 Subject: [PATCH] verbose pacman --- bash/.alias.sh | 1 + bash/.bashrc | 1 + config/package-managers/pacman.conf | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bash/.alias.sh b/bash/.alias.sh index 03352d8..856a3be 100644 --- a/bash/.alias.sh +++ b/bash/.alias.sh @@ -18,6 +18,7 @@ alias sprunge='curl -F "sprunge=<-" http://sprunge.us' alias aur='trizen --noconfirm' alias update='trizen -Syyu --noconfirm' alias updatekeys='sudo pacman-key --refresh-key' +alias cleanpacmancache='sudo paccache -rk 1 && sudo paccache -ruk0' ## systeminfo alias meminfo='free -mth' diff --git a/bash/.bashrc b/bash/.bashrc index fc13d0a..9f42b54 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -13,6 +13,7 @@ source ~/.alias [[ $- != *i* ]] && return source ~/.custom +source ~/.variables # Fix .netcore paths if dotnet is installed if hash dotnet 2>/dev/null; then diff --git a/config/package-managers/pacman.conf b/config/package-managers/pacman.conf index 13eaf27..7cbfc5b 100644 --- a/config/package-managers/pacman.conf +++ b/config/package-managers/pacman.conf @@ -35,7 +35,7 @@ Color ILoveCandy TotalDownload CheckSpace -#VerbosePkgLists +VerbosePkgLists # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages.