all repos — nixfiles @ 9ca2beec31c33341e946fdc35ffd4328d8fa2f0c

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

darwin: alias drill to dig

Alan Pearce
commit

9ca2beec31c33341e946fdc35ffd4328d8fa2f0c

parent

0d8bb44c1187043427c2882b71fc03af12a6fe43

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -46,6 +46,8 @@
programs.zsh.shellAliases = { da = "darwin-rebuild"; das = "darwin-rebuild switch"; + + drill = "dig"; }; # Use GPG from GPGTools