zsh: Disable line editor for dumb terminal
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -164,6 +164,7 @@ fi if [[ $TERM == "dumb" ]] then + unsetopt zle PROMPT="> " else unset RPROMPT