Commit b05176f256b13581879168494d40e17c5b6fba44

Authored by Shrikant Sharat
1 parent fcfe0c9398

bundle-install!, install bundles with updates.

This is just an alias to bundle-install --update.

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

... ... @@ -103,6 +103,10 @@ bundle-install () {
103 103  
104 104 }
105 105  
  106 +bundle-install! () {
  107 + bundle-install --update
  108 +}
  109 +
106 110 bundle-load () {
107 111 if [[ $1 == --init ]]; then
108 112 do_init=true