Is there a way to have Emacs to prompt by default for a binary of my choice when running M-x ansi-term. It always asks me for /bin/zsh but I have a new
M-x ansi-term
/bin/zsh
There are a number of ways to specify the default shell:
explicit-shell-file-name
.emacs
(setq explicit-shell-file-name "/bin/zsh")
ESHELL
SHELL