Noriyo Akita's Today I Learned

# 2024-12-06

Table of Contents

2024-12-06

starship でコマンド実行が遅いという警告が出た時

[WARN] - (starship::utils): Executing command "/Users/noriyo_tcp/.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.
Terminal window
starship config command_timeout 1000

これで ~/.config/starship.toml の先頭に command_timeout 1000 が書き込まれる。デフォルトは 500ms らしい

設定 | Starship

My avatar

Thanks for reading my blog post! Feel free to check out my other posts or contact me via the social links in the footer.


More Posts