From 5251f2cd5a91cb570361869dba96485ecfcbe453 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 14 Aug 2022 20:43:10 -0600 Subject: [PATCH] use noti for darwin gh commands --- modules/darwin/utilities.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/darwin/utilities.nix b/modules/darwin/utilities.nix index fd04e2f..f22fd3d 100644 --- a/modules/darwin/utilities.nix +++ b/modules/darwin/utilities.nix @@ -22,6 +22,7 @@ programs.fish.shellAbbrs = { # Add noti for ghpr in Darwin ghpr = lib.mkForce "gh pr create && sleep 3 && noti gh run watch"; + grw = lib.mkForce "noti gh run watch"; # Shortcut to edit hosts file hosts = "sudo nvim /etc/hosts";