mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:49:03 -08:00
exclude foreign packages from picky
This commit is contained in:
parent
941a5e07aa
commit
90fdd42f1e
1 changed files with 1 additions and 1 deletions
2
shrc.zsh
2
shrc.zsh
|
@ -54,7 +54,7 @@ alias exts='print -l *(:e:l) | sort | uniq -c | sort -n'
|
|||
alias meow='( cd ~/play/meow; ~/sh/meow.sh/run -pa )'
|
||||
alias nocom='grep -oP --line-buffered --color=never "^[^#]+"'
|
||||
alias unwrap='awk '"'"'BEGIN{RS="\n\n";FS="\n"}{for(i=1;i<=NF;i++)printf "%s ",$i;print "\n"}'"'"
|
||||
alias picky='{ pacman -Qgq base base-devel | tee -; pacman -Qtq; } | sort | uniq -u'
|
||||
alias picky='{ pacman -Qgq base base-devel | tee -; pacman -Qtnq; } | sort | uniq -u'
|
||||
alias unused='{ pacman -Qt; pacman -Qe | tee -; } | sort | uniq -u'
|
||||
|
||||
. ~/mingw.sh
|
||||
|
|
Loading…
Reference in a new issue