From f754d4f614d1fa2bb7f94409bae25ae834aae65f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 17 Nov 2016 09:55:59 -0600 Subject: [PATCH] [Shell] Use simple prompt when in emacs --- dotfiles/lib/zsh.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/lib/zsh.sh b/dotfiles/lib/zsh.sh index 14cb171f..72796319 100644 --- a/dotfiles/lib/zsh.sh +++ b/dotfiles/lib/zsh.sh @@ -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='$ '