all repos — nixfiles @ 9b90996f566efeae7e0d87656701930f10edcaa3

System and user configuration, managed by nix and home-manager

zsh: Disable line editor for dumb terminal

Alan Pearce
commit

9b90996f566efeae7e0d87656701930f10edcaa3

parent

af6db3aab7323722c11be334afcac0c9fd6c93f9

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -164,6 +164,7 @@ fi
if [[ $TERM == "dumb" ]] then + unsetopt zle PROMPT="> " else unset RPROMPT