From 8df9ab1f337c08ddc8e6c8a47df3c3a96cbaa66a Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Mon, 17 Nov 2025 08:31:35 +0100 Subject: Add buds battery command, remove old bb command --- zsh/index.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zsh/index.zsh') diff --git a/zsh/index.zsh b/zsh/index.zsh index 53703c0..b510acc 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -20,7 +20,8 @@ alias n='nvim' alias tg='git describe --tags HEAD' alias rr=ranger alias lg=lazygit -alias buds='bluetoothctl connect E4:92:82:B5:80:1F' +alias b='bluetoothctl connect E4:92:82:B5:80:1F' +alias bb='echo $(bluetoothctl info E4:92:82:B5:80:1F | grep Battery)' alias p='cd ~/projects' eval $(ssh-agent -s) >> /dev/null -- cgit v1.3.1