purcell / exec-path-from-shell

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

Supoort xonsh #46

Closed samdesota closed 8 years ago

samdesota commented 8 years ago

Could support be added for xonsh? It would be fine, but xonsh is written in python and therfore doesn't support null bytes.

purcell commented 8 years ago

fish is nonstandard, and it is supported in exec-path-from-shell by asking it to execute /bin/sh... perhaps that approach would work for xonsh too. I'm happy to consider patches, but I'm not going to work on it myself, sorry.