dot/zshrc: Inhibit line editing when terminal is `dumb'.
[profile] / dot / zshrc
index d280c14..4dc0fb7 100644 (file)
--- a/dot/zshrc
+++ b/dot/zshrc
@@ -30,6 +30,8 @@ fi
 ###--------------------------------------------------------------------------
 ### Line editing.
 
+case $TERM in dumb) unsetopt zle ;; esac
+
 bindkey -e
 
 for w in \