use noti for darwin gh commands

This commit is contained in:
Noah Masur 2022-08-14 20:43:10 -06:00
parent bdcee575db
commit 5251f2cd5a

View File

@ -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";