From 044ac937852d0a7346ca3617084667af81c9d214 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 2 Jun 2024 16:23:28 +0200 Subject: [PATCH] shell: fix dig alias to point to dogdns --- home/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shell.nix b/home/shell.nix index ab6731f..c842d03 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -41,7 +41,7 @@ in { htop = "${pkgs.bottom}/bin/btm"; hhtop = p "htop"; - dig = p "dog"; + dig = p "dogdns"; # Flags are incompatible, so they are suffixed by -x psx = p "procs";