Set ZSH prompt for dumb terminal to be as simple as possible

This commit is contained in:
Daniel - 2019-12-14 10:16:26 +01:00
parent 718a26047c
commit 55e51ee804
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -54,7 +54,7 @@ case "$TERM" in
"dumb") "dumb")
unsetopt zle unsetopt zle
unsetopt prompt_cr unsetopt prompt_cr
export PS1="%n@%m:%c\$ " export PS1="> "
;; ;;
"rxvt-256color") "rxvt-256color")
export TERM=rxvt-unicode-256color export TERM=rxvt-unicode-256color