Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mc subshell not working #1293

Open
skibbipl opened this issue Nov 15, 2022 · 0 comments
Open

mc subshell not working #1293

skibbipl opened this issue Nov 15, 2022 · 0 comments
Labels
bug Bug related to code base, behavior, displaying, etc.

Comments

@skibbipl
Copy link

The problem

Recently I've decided to try something new for my zsh and I decided to go with spaceship. Yet after installing it mc subshell stopped working. Basically when I press ctrl+o in mc a black screen appears but I cannot type anything as it brings back mc. After commenting out spaceship from my .zshrc mc subshell starts working again.

Relevant Zsh configuration

# Set up the prompt
autoload -Uz promptinit
promptinit
prompt adam1

setopt histexpiredupsfirst histignorealldups histignoredups histignorespace histverify incappendhistory sharehistory

# Use emacs keybindings even if our EDITOR is set to vi
bindkey -e

# Enable zinit
declare -A ZINIT
ZINIT[PLUGINS_DIR]="/tmp/zinit_plugs"
source "/usr/local/share/zinit/zinit.zsh"

# Enable spaceship prompt
zinit snippet OMZP::sudo
zinit light spaceship-prompt/spaceship-prompt

What is version of Spaceship are you using?

v4.10.1

What is version of Zsh are you using?

5.9

What operation system are you running?

Linux (debian unstalbe)

Do you use any Zsh framework or plugin manager?

zinit

Which terminal emulator do you use?

putty

Additional information

No response

@skibbipl skibbipl added the bug Bug related to code base, behavior, displaying, etc. label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug related to code base, behavior, displaying, etc.
Development

No branches or pull requests

1 participant