summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-03-11 11:34:45 -0500
committerKjetil Orbekk <kj@orbekk.com>2023-03-11 11:36:08 -0500
commit6f483c89dbde37daa7bd89ced0211fbd0c2578f9 (patch)
tree55b84b7b3aff3e0350033c3aa4505386e6599b88 /zsh
parent15390e16372abc8bf324770019b4c06a7264e856 (diff)
M-x shell settings
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