all repos — nixfiles @ c19a6de84eec1bd5f024fa1bc62dc43e9a99fd75

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

darwin: make `dig` output terser

Alan Pearce
commit

c19a6de84eec1bd5f024fa1bc62dc43e9a99fd75

parent

ded7761f048ddc281d47cfafef7d0855493cdf1f

1 file changed, 2 insertions(+), 1 deletion(-)

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 = ''