aboutsummaryrefslogtreecommitdiff
path: root/templates/.zsh/functions/prs.zsh
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-08-13 23:33:32 -0400
committerBen Burwell <ben@benburwell.com>2019-08-13 23:33:32 -0400
commit8e4d61fb77ed68f896b6fe3dc0bbbcd078668ede (patch)
treed521e523316d239caea0bf4a35ce851236dad53e /templates/.zsh/functions/prs.zsh
parent7d4c541a0d4f09eb421425f8d49b65308d9e6cfd (diff)
zsh: adopt
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
+}