From 55e51ee804c682f7306d17a6b05c9a310e81fece Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 14 Dec 2019 10:16:26 +0100 Subject: [PATCH] Set ZSH prompt for dumb terminal to be as simple as possible --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 2f7e481..18fb8b0 100644 --- a/zshrc +++ b/zshrc @@ -54,7 +54,7 @@ case "$TERM" in "dumb") unsetopt zle unsetopt prompt_cr - export PS1="%n@%m:%c\$ " + export PS1="> " ;; "rxvt-256color") export TERM=rxvt-unicode-256color