summaryrefslogtreecommitdiff
path: root/zsh/utils.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/utils.zsh')
-rw-r--r--zsh/utils.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/utils.zsh b/zsh/utils.zsh
index 9075ce0..85d5338 100644
--- a/zsh/utils.zsh
+++ b/zsh/utils.zsh
@@ -12,13 +12,6 @@ deps() {
fi
}
-# opens PR on bitbucket
-bb() {
- repoUrl=$(npm repo --browser=false | grep http)
- branch=$(git rev-parse --abbrev-ref HEAD | jq -sRr @uri)
- xdg-open "$repoUrl/pull-requests/new?source=$branch"
-}
-
# git -C $line describe --tags HEAD [latest tag]
# git -C $line tag --points-at HEAD [latest tagS]