mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 22:33:42 +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 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'
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user