Add environment_setup_done to exec-path variables
This makes shell commands much faster.
This commit is contained in:
parent
0f77a5e45b
commit
4befec1208
@ -1112,8 +1112,9 @@ Sets environment variables by starting a shell
|
|||||||
(use-package exec-path-from-shell
|
(use-package exec-path-from-shell
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(setq exec-path-from-shell-check-startup-files t)
|
(setq exec-path-from-shell-check-startup-files nil)
|
||||||
(add-to-list 'exec-path-from-shell-variables "GOPATH")
|
(add-to-list 'exec-path-from-shell-variables "GOPATH")
|
||||||
|
(add-to-list 'exec-path-from-shell-variables "ENVIRONMENT_SETUP_DONE")
|
||||||
(exec-path-from-shell-initialize)))
|
(exec-path-from-shell-initialize)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** paradox
|
*** paradox
|
||||||
|
Loading…
Reference in New Issue
Block a user