From 9551996914aca1301ed48bd76baea2217d983a8d Mon Sep 17 00:00:00 2001 From: James Walker Date: Sat, 18 Jan 2025 19:38:23 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20make=20sure=20doom=20has=20SSH?= =?UTF-8?q?=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chezmoi/dot_config/doom/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chezmoi/dot_config/doom/init.el b/chezmoi/dot_config/doom/init.el index b5ebd44..5f17915 100644 --- a/chezmoi/dot_config/doom/init.el +++ b/chezmoi/dot_config/doom/init.el @@ -184,3 +184,6 @@ :config ;;literate (default +bindings +smartparens)) + +(after! doom-cli-env + (add-to-list 'doom-env-allow "^SSH_"))