kyagi / shell-pop-el

shell-pop.el helps you to use shell easily on Emacs. Only one key action to work.
212 stars 21 forks source link

Default to the default shell #41

Closed swsnr closed 9 years ago

swsnr commented 9 years ago

Use $SHELL by default, and fall back to /bin/bash.

syohex commented 9 years ago

I suppose shell-file-name variable is better than (getenv "SHELL"). How about you ?

swsnr commented 9 years ago

I didn't know about shell-file-name. It seems to be the appropriate thing to use.

swsnr commented 9 years ago

Updated this PR accordingly.

syohex commented 9 years ago

Thanks