summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index d3d065a..1d3dbc8 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -1,3 +1,6 @@
+if [[ ${INSIDE_EMACS} == *comint* ]]; then
+ TERM=xterm-256color
+fi
if [[ ${TERM} = "dumb" ]]; then
# This fixes TRAMP.
unsetopt zle