From bc097c86b44a66d30680d0234f774fa211f8cc9d Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Tue, 5 Nov 2024 21:00:40 +0700 Subject: [PATCH] chore(zsh-xdg-setup): Fix link --- zsh-xdg-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-xdg-setup b/zsh-xdg-setup index 8af13e2..2b18fef 100755 --- a/zsh-xdg-setup +++ b/zsh-xdg-setup @@ -12,7 +12,7 @@ esac case "$OSTYPE" in "darwin"* ) # We can't access ZI_IS_DARWIN just yet, so we'll do it manually - # REF: https://github.com/null2264/Hackintosh-L460?tab=readme-ov-file#bluetooth-workaround + # REF: https://github.com/null2264/ThinkPad-L460-OpenCore/blob/d7b92805f14947c14359b53bd8ff6af199883c36/README.md#bluetooth-workaround BT_ADDRESS="$(system_profiler SPBluetoothDataType | grep "Address:" | head -1 | sed "s/ *Address: \(.*\)/\1/g")" [ "$BT_ADDRESS" = "" ] && \ __EXTRA="" || \