434 current 2025-06-16 00:22:08 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-16 00:22:28 +09:00
parent f659d0a7ab
commit 7ee24adc96
2 changed files with 3 additions and 1 deletions

View File

@@ -206,6 +206,7 @@ alias ndwl="nmcli device wifi list"
alias wt="systemctl restart NetworkManager"
alias syncthing="firefox localhost:8384"
alias htop="btop" # of course
alias top="btop" # of course
stack() {
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;