From 0b42a78f8128f747a5c8e563a54b5ce64f995b9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Mar 2025 11:54:53 +0000 Subject: [PATCH] style: format shell scripts --- bootstrap/components/rime.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bootstrap/components/rime.sh b/bootstrap/components/rime.sh index d847063..717d93b 100644 --- a/bootstrap/components/rime.sh +++ b/bootstrap/components/rime.sh @@ -1,12 +1,12 @@ echo "[INFO] Installing Rime" case "$(uname)" in - Linux) - RIMEDIR="${RIMEDIR:-$HOME/.local/share/fcitx5/rime}" - ;; - Darwin) - RIMEDIR="${RIMEDIR:-$HOME/Library/Rime}" - ;; + Linux) + RIMEDIR="${RIMEDIR:-$HOME/.local/share/fcitx5/rime}" + ;; + Darwin) + RIMEDIR="${RIMEDIR:-$HOME/Library/Rime}" + ;; esac git clone --depth 1 https://github.com/js0ny/rime_wanxiang_pro.git "$RIMEDIR"