Changes between Initial Version and Version 1 of Ticket #3121, comment 16
- Timestamp:
- 02/04/20 04:58:05 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3121, comment 16
initial v1 1 This still happens with config from manjaro-zsh-config package in 5.4.15-2-MANJARO. This is the standard config from manjaro-zsh-config and can be found in /etc/skel/.zshrc after installing manjaro-zsh-config package. 1 This still happens with config from manjaro-zsh-config package in 5.4.15-2-MANJARO. The prompt is approx. 9 out of 10 times there but once in a while after typing a command (like ls) it is gone. To bring it back one has to type some command again (one or more times). 2 3 This is the standard config from manjaro-zsh-config and can be found in /etc/skel/.zshrc after installing manjaro-zsh-config package. 2 4 3 5 I've created a topic on a forum: https://forum.manjaro.org/t/prompt-disappears-in-zsh-mc-after-typing-comands-sometimes/122552 but I think this may be also an issue with mc vs zsh, which is to be fixed in mc. … … 7 9 I'm using xfce4-terminal, but this also happens in xterm (see https://midnight-commander.org/attachment/ticket/3121/prompt_sometimes_disappears.png). 8 10 11 I have a workaround for this based on the comment: https://midnight-commander.org/ticket/3121?cnum_edit=16#comment:11 in .zshrc: 12 13 14 {{{ 15 # mc f... up prompt (it disappears after running commands) sometimes for some reason 16 if ps $PPID | grep mc; then 17 # this removes git_prompt_string cool stuff but I have no other solution for now 18 RPROMPT="" 19 fi 20 }}} 21 22 but this removes some goodies one make for git in RPROMPT.