summaryrefslogtreecommitdiff
path: root/zsh/utils.zsh
diff options
context:
space:
mode:
authorSkladnayazebra <skladnayazebra@gmail.com>2025-11-17 08:31:35 +0100
committerSkladnayazebra <skladnayazebra@gmail.com>2025-11-17 08:31:35 +0100
commit8df9ab1f337c08ddc8e6c8a47df3c3a96cbaa66a (patch)
tree510eb76bbfcef6645a9afe0aea55c5dfde17e4ad /zsh/utils.zsh
parentacf7de66dabdf257a6e8dae0a33126e0cbb2b23e (diff)
Add buds battery command, remove old bb command
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]