Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-27 | update | Xiao Pan | |
2024-01-21 | fix: 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-21 | htop new version | Xiao Pan | |
2024-01-20 | update | Xiao Pan | |
2024-01-20 | alias vd use vidir instead, vidir2 has a bug | Xiao 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-19 | update | Xiao Pan | |
2024-01-18 | update | Xiao Pan | |
2024-01-16 | update | Xiao Pan | |
2024-01-16 | update | Xiao Pan | |
2024-01-16 | update | Xiao Pan | |
2024-01-13 | update | Xiao Pan | |
2024-01-13 | Revert "update" | Xiao Pan | |
This reverts commit 58a20364744b25552f3d1a2fbfa4a5a19ef6663c. | |||
2024-01-13 | update | Xiao Pan | |
2024-01-10 | workaround paru regression or fix my script bug | Xiao 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-09 | update | Xiao Pan | |
2024-01-09 | meta | Xiao Pan | |
2024-01-09 | Move most shell scripts to a separate repo fsh | Xiao Pan | |
2024-01-09 | update | Xiao Pan | |
2024-01-09 | update | Xiao Pan | |
2024-01-09 | update | Xiao Pan | |
2024-01-07 | update | Xiao Pan | |
2024-01-07 | update | Xiao Pan | |
2024-01-07 | add nc | Xiao Pan | |
2024-01-07 | max chars per line not very useful for writing markdown notes | Xiao Pan | |
2024-01-07 | practice password everyday | Xiao Pan | |
2024-01-05 | comments | Xiao Pan | |
2024-01-05 | update | Xiao Pan | |
2024-01-05 | update | Xiao Pan | |
2024-01-05 | update | Xiao Pan | |
2024-01-04 | update | Xiao Pan | |
2024-01-04 | nvim test max chars per line | Xiao Pan | |
2024-01-04 | meta | Xiao Pan | |
2024-01-04 | qemu guix | Xiao Pan | |
2024-01-04 | update | Xiao Pan | |
2024-01-03 | fcitx5-pinyin-moegirl aur package author disown the package, I prefer its ↵ | Xiao Pan | |
new maintainer's PKGBUILD, so I switch back. | |||
2024-01-03 | update | Xiao Pan | |
2024-01-02 | update | Xiao Pan | |
2024-01-02 | duplicity longer full bakcup time, because it does not seem take too much space | Xiao Pan | |
2024-01-02 | update | Xiao Pan | |
2023-12-30 | fix: wrong name | Xiao Pan | |
2023-12-30 | add bitlbee buffer no log config | Xiao Pan | |
2023-12-29 | update | Xiao Pan | |
2023-12-29 | update | Xiao Pan | |
2023-12-29 | update | Xiao Pan | |
2023-12-29 | add default sample config | Xiao Pan | |
2023-12-29 | update | Xiao Pan | |
2023-12-29 | Revert "feat: alacritty run bell" | Xiao Pan | |
This reverts commit 45cd519f269c725d51352ec35291a8996a52163b. Because alacritty somehow ring a lot. | |||
2023-12-29 | feat: alacritty run bell | Xiao Pan | |
2023-12-29 | fix: alacritty change back to old color scheme | Xiao Pan | |
https://github.com/alacritty/alacritty/blob/91e3cd6a40aa98cf9a76e7cd3534f7fbb0a27098/CHANGELOG.md?plain=1#L48 | |||
2023-12-28 | fix: newline char after cli finish | Xiao Pan | |