shell: fix dig alias to point to dogdns

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-02 16:23:28 +02:00
parent 613d61f7a0
commit 044ac93785
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 1 deletions

View File

@ -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";