8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
问题描述 在 Ubuntu 20.04 下,使用 Powerlevel10k 主题时,每打开一个 zsh 终端会额外启动 3 个 zsh 进程(共 4 个 zsh 进程),而使用默认 robbyrussell 主题时仅有 1 个 zsh 进程。
环境信息
复现步骤
ZSH_THEME="robbyrussell"
ps -u $USER -o pid,ppid,cmd | grep zsh pstree -p | grep zsh
ZSH_THEME="powerlevel10k/powerlevel10k"
实际输出 (以下为用户实际输出,已脱敏)
ps -u $USER -o pid,ppid,cmd | grep zsh 37015 37005 /bin/zsh 37073 37015 grep ... zsh pstree -p | grep zsh | |-terminator(37005)-+-zsh(37015)-+-grep(37082)
ps -u $USER -o pid,ppid,cmd | grep zsh 36654 36646 /bin/zsh 36690 1820 /bin/zsh 36751 1820 /bin/zsh 36753 1820 /bin/zsh 36783 36654 grep ... zsh pstree -p | grep zsh | |-terminator(36646)-+-zsh(36654)-+-grep(36791) | |-zsh(36690)---gitstatusd-linu(36754)-+-{gitstatusd-linu}(36755) | |-zsh(36751) | `-zsh(36753)
补充说明
如需更多信息(如 ~/.zshrc、完整进程树、zsh 版本等),请告知,我会及时补充。
感谢!
The text was updated successfully, but these errors were encountered:
Dup of #2868
Sorry, something went wrong.
No branches or pull requests
问题描述
在 Ubuntu 20.04 下,使用 Powerlevel10k 主题时,每打开一个 zsh 终端会额外启动 3 个 zsh 进程(共 4 个 zsh 进程),而使用默认 robbyrussell 主题时仅有 1 个 zsh 进程。
环境信息
复现步骤
ZSH_THEME="robbyrussell"
,打开终端,执行:ZSH_THEME="powerlevel10k/powerlevel10k"
,打开终端,执行同样命令,发现有 4 个 zsh 进程。实际输出
(以下为用户实际输出,已脱敏)
补充说明
如需更多信息(如 ~/.zshrc、完整进程树、zsh 版本等),请告知,我会及时补充。
感谢!
The text was updated successfully, but these errors were encountered: