all repos — nixfiles @ c19a6de84eec1bd5f024fa1bc62dc43e9a99fd75

System and user configuration, managed by nix and home-manager

darwin: make `dig` output terser
Alan Pearce alan@alanpearce.eu
Sat, 25 Feb 2023 13:42:23 +0100
commit

c19a6de84eec1bd5f024fa1bc62dc43e9a99fd75

parent

ded7761f048ddc281d47cfafef7d0855493cdf1f

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -46,7 +46,8 @@ programs.zsh.shellAliases = {     da = "darwin-rebuild";
     das = "darwin-rebuild switch";
 
-    drill = "dig";
+    drill = "command dig +noall +answer";
+    dig = "dig +noall +answer";
   };
 
   programs.zsh.envExtra = ''