summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-03temperory switch to alacritty-git see if sometimes ghost type `<D-` bug fixedXiao Pan
2024-03-03ihostartXiao Pan
2024-03-02updateXiao Pan
2024-02-29updateXiao Pan
2024-02-28prp use pass bash completionXiao Pan
2024-02-27updateXiao Pan
2024-02-26updateXiao Pan
2024-02-25updateXiao Pan
2024-02-24updateXiao Pan
2024-02-24updateXiao Pan
2024-02-23tree ignore .git dirXiao Pan
2024-02-23updateXiao Pan
2024-02-22updateXiao Pan
2024-02-21updateXiao Pan
2024-02-18Revert "some ideas are still good to learn more"Xiao Pan
This reverts commit ddd2a305c2f8d5762e6a14910edb23f94599423b.
2024-02-18some ideas are still good to learn moreXiao Pan
2024-02-16updateXiao Pan
2024-02-14Revert "In this hopeless world, a little bit echo chamber is not that bad, ↵Xiao Pan
at least it can give me some emotional comfort" This reverts commit d14e6ea3cd4f3093a5d51d8a78ac30769ee91dba. LET HOPELESS RULE ME!
2024-02-14updateXiao Pan
2024-02-14In this hopeless world, a little bit echo chamber is not that bad, at least ↵Xiao Pan
it can give me some emotional comfort
2024-02-10updateXiao Pan
2024-02-09pacnewXiao Pan
2024-02-09pacnewXiao Pan
2024-02-09A college class required these python packagesXiao Pan
2024-02-07updateXiao Pan
2024-02-05updateXiao Pan
2024-02-05updateXiao Pan
2024-02-04pacdiffXiao Pan
2024-02-03updateXiao Pan
2024-02-02updateXiao Pan
2024-01-31updateXiao Pan
2024-01-31updateXiao Pan
2024-01-27updateXiao Pan
2024-01-21fix: htop new version seems break old way of make htoprc unwritable to keep ↵Xiao Pan
config unchanged In the past, `chmod a-w ~/.config/htop/htoprc` is sufficient to let htop not able to write to htoprc. So configs keeps the same if I press anything in htop. But it seems htop new version 3.3.0 makes it not working. I'm not sure why. I suspect "Write configuration to temporary file first" in changelog is the reason <https://github.com/htop-dev/htop/blob/main/ChangeLog#L19>. Luckily, `chmod a-w ~/.config/htop` still works by making htop config dir not writable.
2024-01-21htop new versionXiao Pan
2024-01-20updateXiao Pan
2024-01-20alias vd use vidir instead, vidir2 has a bugXiao Pan
vidir2 when there's a a2 b b2, and I delete a and b, and I rename a2 to a and b2 to b; will keep a and b and rename those to a~ and b~, and delete a2 and b2 instead; seems only vidir2's bug, vidir works fine
2024-01-19updateXiao Pan
2024-01-18updateXiao Pan
2024-01-16updateXiao Pan
2024-01-16updateXiao Pan
2024-01-16updateXiao Pan
2024-01-13updateXiao Pan
2024-01-13Revert "update"Xiao Pan
This reverts commit 58a20364744b25552f3d1a2fbfa4a5a19ef6663c.
2024-01-13updateXiao Pan
2024-01-10workaround paru regression or fix my script bugXiao Pan
Maybe paru regression version 2.0.1 cause `paru -aSu | tee /dev/tty > a` output colored output break my upd grep script, expected not colored output because I pipe to things. see `pacman -Qs linux --color=auto | tee /dev/tty > a` shows uncolored output but `paru -Qs linux --color=auto | tee /dev/tty > a` shows colored output. Or maybe pacman is wrong, maybe pipe to /dev/tty maybe is considered as output to tty.
2024-01-09updateXiao Pan
2024-01-09metaXiao Pan
2024-01-09Move most shell scripts to a separate repo fshXiao Pan
2024-01-09updateXiao Pan