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 aur='trizen --noconfirm'
alias update='trizen -Syyu --noconfirm' alias update='trizen -Syyu --noconfirm'
alias updatekeys='sudo pacman-key --refresh-key' alias updatekeys='sudo pacman-key --refresh-key'
alias cleanpacmancache='sudo paccache -rk 1 && sudo paccache -ruk0'
## systeminfo ## systeminfo
alias meminfo='free -mth' alias meminfo='free -mth'

View File

@ -13,6 +13,7 @@ source ~/.alias
[[ $- != *i* ]] && return [[ $- != *i* ]] && return
source ~/.custom source ~/.custom
source ~/.variables
# Fix .netcore paths if dotnet is installed # Fix .netcore paths if dotnet is installed
if hash dotnet 2>/dev/null; then if hash dotnet 2>/dev/null; then

View File

@ -35,7 +35,7 @@ Color
ILoveCandy ILoveCandy
TotalDownload TotalDownload
CheckSpace CheckSpace
#VerbosePkgLists VerbosePkgLists
# By default, pacman accepts packages signed by keys that its local keyring # 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. # trusts (see pacman-key and its man page), as well as unsigned packages.