aboutsummaryrefslogtreecommitdiff
path: root/templates/.zsh/functions/prs.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'templates/.zsh/functions/prs.zsh')
-rw-r--r--templates/.zsh/functions/prs.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/.zsh/functions/prs.zsh b/templates/.zsh/functions/prs.zsh
new file mode 100644
index 0000000..9a80c8d
--- /dev/null
+++ b/templates/.zsh/functions/prs.zsh
@@ -0,0 +1,3 @@
+prs () {
+ hub browse -- pulls
+}