diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index 1313822..093e815 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -5,6 +5,8 @@ shellAbbrs = rec { ccat = "egrep -v '^\s*(#|\\$)'"; + dnsplan = "dnscontrol preview"; + dnspush = "dnscontrol push"; g = "git"; ga = "git add"; gc = "git commit -S"; # interactive commit