456 current 2025-06-28 04:58:50 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-28 04:59:14 -04:00
parent b6c057e70a
commit db705e6c84
3 changed files with 36 additions and 9 deletions

View File

@@ -207,6 +207,7 @@ alias wt="systemctl restart NetworkManager"
alias syncthing="firefox localhost:8384"
alias htop="btop" # of course
alias top="btop" # of course
alias activecon="nmcli -t -f name connection show --active"
stack() {
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;