426 current 2025-06-10 00:16:28 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-10 00:17:06 -04:00
parent 2f7ab1807b
commit 1140744966
4 changed files with 19 additions and 0 deletions

View File

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