update
This commit is contained in:
parent
5930a3f5cd
commit
5e95811278
3 changed files with 34 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ set -x EDITOR 'nvim'
|
|||
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/rbw/ssh-agent-socket
|
||||
set -x CHROME_EXECUTABLE /usr/bin/chromium
|
||||
|
||||
set -x SUPPLY_KEY_JSON ~/.fastlane/read-maududi-app-b0b713a4a08b.json
|
||||
|
||||
fish_add_path /opt/android-sdk/platform-tools
|
||||
fish_add_path /opt/android-sdk/emulator
|
||||
fish_add_path /opt/android-sdk/cmdline-tools/latest/bin
|
||||
|
|
|
|||
|
|
@ -23,6 +23,19 @@
|
|||
},
|
||||
"model_parameters": []
|
||||
}, */
|
||||
"ssh_connections": [
|
||||
{
|
||||
"host": "server",
|
||||
"args": [],
|
||||
"projects": []
|
||||
}
|
||||
],
|
||||
"outline_panel": {
|
||||
"dock": "left"
|
||||
},
|
||||
"collaboration_panel": {
|
||||
"dock": "left"
|
||||
},
|
||||
"enable_language_server": false,
|
||||
"remove_trailing_whitespace_on_save": false,
|
||||
"use_on_type_format": false,
|
||||
|
|
@ -39,8 +52,10 @@
|
|||
},
|
||||
"show_edit_predictions": false,
|
||||
"agent": {
|
||||
"sidebar_side": "left",
|
||||
"dock": "right",
|
||||
"always_allow_tool_actions": false,
|
||||
"default_profile": "ask",
|
||||
"default_profile": "write",
|
||||
"default_model": {
|
||||
"effort": "high",
|
||||
"enable_thinking": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue