462 current 2025-06-28 20:31:11 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -200,7 +200,6 @@ 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 focus-wifi="nvim /home/synchronous/nix-cfg/system/networking/blockers.sh"
|
||||
|
||||
alias ndwc="nmcli device wifi connect"
|
||||
alias ndwl="nmcli device wifi list"
|
||||
@@ -210,7 +209,8 @@ 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/*; sudo systemctl restart dnsmasq;"
|
||||
alias focus-wifi="nvim /home/synchronous/nix-cfg/system/networking/blockers.sh"
|
||||
|
||||
stack() {
|
||||
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;
|
||||
|
||||
@@ -30,6 +30,7 @@ websites=(
|
||||
"www.typeracer.com"
|
||||
"www.twitter.com"
|
||||
"www.linkedin.com"
|
||||
"www.chess.com"
|
||||
)
|
||||
|
||||
op=""
|
||||
|
||||
Reference in New Issue
Block a user