3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

iTerm2のアップデート時にzshの動作が遅くなった時の解決策

Posted at

環境

iTerm2 3.2.9
macOS Mojave Version 10.14

対処法

iTerm2のアップデートしたら、zshの起動や動作が遅くなった。
原因はiTerm2 shell integrationが古かったため。
再インストールすると直った。

$ curl -L https://iterm2.com/shell_integration/zsh -o ~/.iterm2_shell_integration.zsh
$ source ~/.iterm2_shell_integration.zsh
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?