Commit 592f1460b0300ec9287843109c1a057fb24f7eb0

Authored by Shrikant Sharat
1 parent de4644c0f5

Load completions after running an instalation.

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

... ... @@ -122,6 +122,9 @@ bundle-install () {
122 122  
123 123 done
124 124  
  125 + # Initialize completions after installing
  126 + bundle-apply
  127 +
125 128 }
126 129  
127 130 bundle-install! () {