diff --git a/home/programs/zsh/zshrc b/home/programs/zsh/zshrc index 581e607..43e1820 100644 --- a/home/programs/zsh/zshrc +++ b/home/programs/zsh/zshrc @@ -200,7 +200,7 @@ alias nix-snippets="echo 'flake-devshell, nix-default'" alias snippets="cd /home/synchronous/.config/nvim/snippets" alias nrc="cd /home/synchronous/nix-cfg/home/programs/nvim" -alias +alias focus-wifi="nvim /home/synchronous/nix-cfg/system/networking/blockers.sh" alias ndwc="nmcli device wifi connect" alias ndwl="nmcli device wifi list" @@ -210,6 +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/*" stack() { find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;