[Shell] Use simple prompt when in emacs

This commit is contained in:
2016-11-17 09:55:59 -06:00
parent 64f448c6c5
commit f754d4f614

View File

@@ -17,3 +17,5 @@ function if_emacs_zsh {
}
environment_variable_exists INSIDE_EMACS && if_emacs_zsh || set_default_prompt
environment_variable_exists INSIDE_EMACS && export PROMPT='$ '