verbose pacman

This commit is contained in:
Rick van Lieshout 2019-06-19 08:26:06 +02:00
parent 77854c645c
commit 2d347357d4
3 changed files with 3 additions and 1 deletions

View File

@ -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'

View File

@ -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

View File

@ -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.