From ffb3f9b270aec7a77ec5006968d241e7fb2cef33 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Sat, 13 Jun 2026 14:47:52 +0200 Subject: [PATCH] =?UTF-8?q?fix(commands):=20path=20portable=20+=20invocaci?= =?UTF-8?q?=C3=B3n=20bash=20en=20/git-push=20y=20/git-branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Los comandos hardcodeaban /home/lucas/fn_registry y hacían 'source' del script TBD, lo que fallaba en otros PCs (path inexistente) y bajo zsh (BASH_SOURCE sin definir). - Path portable: ${FN_REGISTRY_ROOT:-$HOME/fn_registry} — usa la env var si está, si no ~/fn_registry. Válido en cualquier PC del ecosistema. - Invocación con 'bash