mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 14:23:32 +01:00
verbose pacman
This commit is contained in:
parent
77854c645c
commit
2d347357d4
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user