From 52460a3cba79cc157a5df4fc174730657b6eb4c9 Mon Sep 17 00:00:00 2001 From: aleidk Date: Thu, 5 Feb 2026 12:59:38 -0300 Subject: [PATCH] update zed config --- configs/zed/settings.json | 107 ++++++++++++++++++++------------------ 1 file changed, 57 insertions(+), 50 deletions(-) diff --git a/configs/zed/settings.json b/configs/zed/settings.json index fb8ad28..39cd2d3 100644 --- a/configs/zed/settings.json +++ b/configs/zed/settings.json @@ -236,56 +236,63 @@ "dark": "Catppuccin Macchiato" }, "ssh_connections": [ - { - "host": "GetDTE-Prod-App", - "args": [], - "projects": [ - { - "paths": ["/bcn/invoice-chile/scripts"] - }, - { - "paths": ["/bcn/workflow"] - }, - { - "paths": ["/bcn/workflow/piloto/php/./"] - } - ] - }, - { - "host": "t-800", - "args": [], - "projects": [ - { - "paths": ["/opt/stacks"] - } - ], - "nickname": "T-800" - }, - { - "host": "getwfr-2-piloto", - "args": [], - "projects": [] - }, - { - "host": "saria", - "args": [], - "projects": [ - { - "paths": ["/opt/stacks"] - } - ], - "nickname": "Saria" - }, - { - "host": "getwfr-2-prod", - "args": [], - "projects": [ - { - "paths": ["/bcn/workflow/produccion/php/./"] - } - ] - } - ], + { + "host": "GetDTE-Prod-App", + "args": [], + "projects": [ + { + "paths": [ + "/bcn/invoice-chile/scripts" + ] + } + ] + }, + { + "host": "t-800", + "args": [], + "projects": [ + { + "paths": [ + "/opt/stacks" + ] + } + ], + "nickname": "T-800" + }, + { + "host": "getwfr-2-piloto", + "args": [], + "projects": [] + }, + { + "host": "saria", + "args": [], + "projects": [ + { + "paths": [ + "/opt/stacks" + ] + } + ], + "nickname": "Saria" + }, + { + "host": "getwfr-2-prod", + "args": [], + "projects": [ + { + "paths": [ + "/bcn/workflow/produccion/php/./" + ] + } + ] + }, + { + "host": "GetCPE-Prod", + "args": [], + "projects": [] + } + ], "disable_ai": false, "auto_update": false, "vim_mode": true,