hyperzsh
hyperzsh copied to clipboard
Suspend on multipass
I have a directory /Volumes/data/openwrt clone from https://github.com/openwrt/openwrt on macOS then mount the directory into multipass ubuntu-lts(20) and cd ~/data/openwrt now zsh suspended.
Steps to reproduce the behavior: 0. open shell on macOS
- cd /Volumes/data
- git clone https://github.com/openwrt/openwrt
- brew install multipass
- multipass lauch ubuntu-lts
- multipass mount /Volumes/data ubuntu:/home/ubuntu/data
- multipass shell ubuntu-lts
- sudo apt install zsh
- install antigen
- install hyperzsh theme
- cd /home/ubuntu/data/openwrt
then zsh well suspended and Ctrl-C can't stop this cd command
Screenshots
Additional context It is only can trigger with openwrt git repository. if I make a git repository such as test_git and commit to github,it's ok. It is very strange,maybe mast use a big git repository
It is only can trigger on ubuntu image,on macOS host,it's ok.
@FourLeafTec Thanks for opening this issue! From what you've outlined I do suspect that this is related to a memory issue in large repositories. I'll do some investigation and see if I can optimize behavior.