From fa595fc8915b4c36c614a8f8d5c138a936d80ff5 Mon Sep 17 00:00:00 2001 From: nkoji21 <133028205+nkoji21@users.noreply.github.com> Date: Wed, 27 May 2026 23:44:13 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=96=8B=E7=99=BA=E3=83=84=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E8=A8=AD=E5=AE=9A=E3=82=92=E7=8F=BE=E8=A1=8C=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E3=81=AB=E5=90=88=E3=82=8F=E3=81=9B=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- .cursor/settings.json | 5 ++++- .zshenv | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cursor/settings.json b/.cursor/settings.json index 8832722..e149e3d 100644 --- a/.cursor/settings.json +++ b/.cursor/settings.json @@ -33,7 +33,10 @@ "editor.insertSpaces": false, "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, - "editor.defaultFormatter": "xaver.clang-format" + "editor.defaultFormatter": "keyhr.42-c-format" + }, + "[cpp]": { + "editor.defaultFormatter": "keyhr.42-c-format" }, // ============================== diff --git a/.zshenv b/.zshenv index 731e9de..4186098 100644 --- a/.zshenv +++ b/.zshenv @@ -8,3 +8,6 @@ export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/share/aquaproj-aqua/bin:$PATH" export AQUA_ROOT_DIR="$HOME/.local/share/aquaproj-aqua" export AQUA_GLOBAL_CONFIG="$HOME/.config/aqua/aqua.yaml" + +# opencode +export PATH="$HOME/.opencode/bin:$PATH"