move ssh env to init
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
7cf827f732
commit
10e1a4612c
@ -137,3 +137,4 @@
|
||||
;; (require 'tree-sitter-langs)
|
||||
;; (global-tree-sitter-mode)
|
||||
;; (add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode))
|
||||
|
||||
|
@ -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_"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user