move ssh env to init

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-02 04:35:17 -04:00 committed by Alice Huston
parent 7cf827f732
commit 10e1a4612c
2 changed files with 6 additions and 0 deletions

View File

@ -137,3 +137,4 @@
;; (require 'tree-sitter-langs)
;; (global-tree-sitter-mode)
;; (add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode))

View File

@ -203,3 +203,8 @@
;; "/evil-collection-vterm\\.el\\'"
;; "/vterm\\.el\\'"
;; "/with-editor\\.el\\'")))
;; prevent doom from ignoring ssh agent socket
(when noninteractive
(add-to-list 'doom-env-allow "^SSH_"))