summaryrefslogtreecommitdiff
path: root/sh
AgeCommit message (Collapse)Author
2024-03-02try aalcritty-git see if sometimes typs <D- issue fixed or not, I do not ↵Xiao Pan
wish build alacritty-git everyday so ignore it
2024-03-01fix: consider util-linuxXiao Pan
2024-03-01fixXiao Pan
2024-02-28updateXiao Pan
2024-02-28unset prp pass vars just in case it being sourcedXiao Pan
2024-02-28prp no need `alacritty --hold`, because if enter password correct just exit ↵Xiao Pan
alacritty window is ok for me
2024-02-28fix: use awk instead of nawk, some of my systems does not have nawk installedXiao Pan
2024-02-28New script prp, to practice password without print password on-screenXiao Pan
2024-02-26pac is both var and function name, so maybe change to anotherXiao Pan
2024-02-26updateXiao Pan
2024-02-24updateXiao Pan
2024-02-24query checkrebuild log by query pacman hook outputXiao Pan
/usr/share/libalpm/hooks/rebuild-detector.hook has a line `NeedsTargets` shows it maybe checkrebuild by `printf 'zoom\nminiconda3' | checkrebuild` instead of check all by `checkrebuild`, so I think query pacman hook will be faster than run another `checkrebuild`
2024-02-24add comments about awk f=1 thingsXiao Pan
2024-02-23faster and less codeXiao Pan
2024-02-23rebuild qt5-styleplugins or qt6-gtk2 if qt5-base or qt6-base updateXiao Pan
I can not think a better way to let pacman hook rebuild via aur helper
2024-02-23Reorganize shell scripts into sh dir, consider in the future fsh will have ↵Xiao Pan
different kinds of files