summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2023-02-25 13:42:23 +0100
committerAlan Pearce2023-02-25 14:13:37 +0100
commitc19a6de84eec1bd5f024fa1bc62dc43e9a99fd75 (patch)
tree4025dbf5597d08ecb9f9ae77eea81de88c1f840f /user
parentded7761f048ddc281d47cfafef7d0855493cdf1f (diff)
downloadnixfiles-c19a6de84eec1bd5f024fa1bc62dc43e9a99fd75.tar.lz
nixfiles-c19a6de84eec1bd5f024fa1bc62dc43e9a99fd75.tar.zst
nixfiles-c19a6de84eec1bd5f024fa1bc62dc43e9a99fd75.zip
darwin: make `dig` output terser
Diffstat (limited to 'user')
-rw-r--r--user/settings/darwin.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/settings/darwin.nix b/user/settings/darwin.nix
index a362bf57..1eee1b9f 100644
--- a/user/settings/darwin.nix
+++ b/user/settings/darwin.nix
@@ -46,7 +46,8 @@
     da = "darwin-rebuild";
     das = "darwin-rebuild switch";
 
-    drill = "dig";
+    drill = "command dig +noall +answer";
+    dig = "dig +noall +answer";
   };
 
   programs.zsh.envExtra = ''