461 current 2025-06-28 06:01:16 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-28 06:01:44 -04:00
parent 5691bdb1be
commit b3685768e4

View File

@@ -210,7 +210,7 @@ alias syncthing="firefox localhost:8384"
alias htop="btop" # of course
alias top="btop" # of course
alias activecon="nmcli -t -f name connection show --active"
alias dnsblock-clear="echo 'attemping to clear blocked dns...'; 'ls /var/lib/dnsmasq/conf.d; sudo rm -rf /var/lib/dnsmasq/conf.d/*"
alias dnsblock-clear="echo 'attemping to clear blocked dns...'; ls /var/lib/dnsmasq/conf.d; sudo rm -rf /var/lib/dnsmasq/conf.d/*"
stack() {
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;