diff --git a/.config/shell/profile b/.config/shell/profile index 114bad4..e152405 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -47,7 +47,7 @@ export ANDROID_AVD_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/android/avd" export ANDROID_USER_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/android" export CODEX_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/codex" export XCOMPOSEFILE="${XDG_CONFIG_HOME:-$HOME/.config}/xcompose" -export GEMINI_CLI_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/gemini" +export GEMINI_CLI_HOME="${XDG_CONFIG_HOME:-$HOME/.config}" # Export OPENAI_API_KEY from GitHub Copilot config # if [ -f "$HOME/.config/github-copilot/apps.json" ]; then