6 ms·
(use-package exec-path-from-shell :demand t :config (exec-path-from-shell-initialize) (exec-path-from-shell-copy-env "PATH"))
by b5n 2y ago
(use-package exec-path-from-shell
:demand t
:config
(exec-path-from-shell-initialize)
(exec-path-from-shell-copy-env "PATH"))