mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:49:02 -08:00
gross make-it-work makepkg alias
This commit is contained in:
parent
2f61de746d
commit
d57e43efa8
1 changed files with 1 additions and 1 deletions
|
@ -72,8 +72,8 @@ 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 -Qtnq; } | sort | uniq -u'
|
||||
alias unused='{ pacman -Qt; pacman -Qe | tee -; } | sort | uniq -u'
|
||||
alias makepkgf='sudo -u $USER MAKEFLAGS=-j2 makepkg -Af --skipchecksums'
|
||||
|
||||
. ~/sh/lsf.sh/lsf.sh
|
||||
. ~/sh/z/z.sh
|
||||
|
||||
#export MPV_HOME=/c/path/mpv
|
||||
|
|
Loading…
Reference in a new issue