Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EkeMinusYou committed Jan 10, 2025
1 parent e4236d9 commit 7b0e4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/20250111-speedup-zsh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ zsh -i -c exit 0.04s user 0.03s system 91% cpu 0.073 total

### source対象のファイル出力を別のスクリプトで行うようにした

前述したsource対象のファイル出力ですが、非同期なのにやや時間がかかっているようなので、定期的に実行しているスクリプトで実行するようにしました。
前述したsource対象のファイル出力(brew shellenvの出力含む)ですが、非同期なのにやや時間がかかっているようなので、定期的に実行しているスクリプトで実行するようにしました。

その結果、.zshrcとしてはシンプルにこんな感じとなりました。

Expand Down

0 comments on commit 7b0e4d8

Please sign in to comment.