shell: fix dig alias to point to dogdns
This commit is contained in:
parent
613d61f7a0
commit
044ac93785
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue