summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-zsh/config/zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index e1f5555..5cd2f5a 100644
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -164,6 +164,7 @@ fi
 
 if [[ $TERM == "dumb" ]]
 then
+  unsetopt zle
   PROMPT="> "
 else
   unset RPROMPT