Changes between Initial Version and Version 1 of Ticket #3121, comment 16


Ignore:
Timestamp:
02/04/20 04:58:05 (4 years ago)
Author:
xor512
Comment:

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. 
     1This 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 
     3This is the standard config from manjaro-zsh-config and can be found in /etc/skel/.zshrc after installing manjaro-zsh-config package. 
    24 
    35I'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. 
     
    79I'm using xfce4-terminal, but this also happens in xterm (see https://midnight-commander.org/attachment/ticket/3121/prompt_sometimes_disappears.png). 
    810 
     11I 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 
     16if ps $PPID | grep mc; then 
     17    # this removes git_prompt_string cool stuff but I have no other solution for now 
     18    RPROMPT="" 
     19fi 
     20}}} 
     21 
     22but this removes some goodies one make for git in RPROMPT.