forked from colonelpanic/dotfiles
Don't use -i flag in exec-path-from-shell
This commit is contained in:
parent
c069b18298
commit
771f90b4e6
@ -103,6 +103,7 @@ Sets environment variables by starting a shell.
|
||||
(use-package exec-path-from-shell
|
||||
:config
|
||||
(progn
|
||||
(setq exec-path-from-shell-arguments (list "-l"))
|
||||
(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 "ENVIRONMENT_SETUP_DONE")
|
||||
|
Loading…
Reference in New Issue
Block a user