mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 12:43:08 +02:00
verbose pacman
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user