zsh: Disable line editor for dumb terminal
Alan Pearce alan@alanpearce.uk
Wed, 21 Dec 2016 12:41:44 +0000
1 files changed, 1 insertions(+), 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