Starship [警告] - (starship::utils): 执行命令“/Users/username/.rbenv/shims/ruby”超时

问题描述 投票:0回答:1

我正在使用 Mac,刚刚从 OhMyZsh + p10k 转移到 starship,因为我喜欢提示和自动完成功能,也喜欢简单的外观。

然后我完成了移除 OMZ + p10k 并安装了 starship。

配置星舰后,它总是显示以下消息,所以很困惑发生了什么,我不想回到 OMZ + p10K,因为 .zshrc 文件太“大”,对我来说不是“直接”。

以下是警告消息:

[WARN] - (starship::utils): Executing command "/Users/Username/.rbenv/shims/ruby" timed out.                                                                                    
[WARN] - (starship::utils): You can set command_timeout in your config to a higher value to allow longer-running commands to keep executing.
[WARN] - (starship::utils): Executing command "/usr/local/bin/node" timed out.

终端星舰警告

我的自制程序在

/opt/homebrew
下,而不是
usr/local

这是问题吗?

但是如果我使用 homebrew 前缀并设置为

usr/local
,brew 列表将消失,新列表将显示,这是怎么回事?

我尝试过重新安装starship。

macos homebrew zsh iterm2 starship
1个回答
0
投票

在您的主目录下创建一个 starship.toml 文件(如果不存在)

在终端中运行以下命令:

starship config command_timeout 1000

或者只需在代码编辑器中打开 starship.toml 并添加以下行(文件顶部)

command_timeout = 1000

参考:https://github.com/starship/starship/issues/5985

© www.soinside.com 2019 - 2024. All rights reserved.