purcell / exec-path-from-shell

Make Emacs use the $PATH set up by the user's shell
Other
1.41k stars 81 forks source link

Make SHELL configurable? #59

Closed bennofs closed 7 years ago

bennofs commented 7 years ago

I have my system set up such that I can use both bash and fish, with SHELL being set to fish since I use that by default. exec-path-from-shell seems to have some issues with fish though, so I would like to override the shell used by exec-path-from-shell. Can we add a variable to specify an explicit override?

purcell commented 7 years ago

Done, thanks Benno. See the comments in 9def990 .