1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-07 21:51:11 +00:00

add prs shortcut

This commit is contained in:
Noah Masur 2023-03-31 12:39:10 -04:00
parent 59824adb3a
commit 2e3c376d73

@ -19,6 +19,9 @@
grf = "gh run view --log-failed";
grl = "gh run view --log";
ghpr = "gh pr create && sleep 3 && gh run watch";
# https://github.com/cli/cli/discussions/4067
prs = "gh search prs --state=open --review-requested=@me";
};
functions = {
repos = {