Commit a91386310e3f1a82be137bb3d78a82800c5ec0d7

Authored by Shrikant Sharat
1 parent 452d4f52d3

Add a todo note on bundle-apply.

We can have a performance improvement at shell startup by loading completions in
bundle-apply, only if any of the repositories changed.

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -194,6 +194,8 @@ bundle-theme () {
194 194  
195 195 bundle-apply () {
196 196 # Initialize completion.
  197 + # TODO: Only load completions if there are any changes to the bundle
  198 + # repositories.
197 199 compinit -i
198 200 }
199 201