| ... | ... |
@@ -6,3 +6,11 @@ for config_file ($ZSH/lib/*.zsh) source $config_file |
| 6 | 6 |
|
| 7 | 7 |
# Load all of your custom configurations from custom/ |
| 8 | 8 |
for config_file ($ZSH/custom/*.zsh) source $config_file |
| 9 |
+ |
|
| 10 |
+# Check for updates on initial load... |
|
| 11 |
+if [ "$DISABLE_AUTO_UPDATE" = "true" ] |
|
| 12 |
+then |
|
| 13 |
+ return |
|
| 14 |
+else |
|
| 15 |
+ /bin/sh $ZSH/tools/check_for_upgrade.sh |
|
| 16 |
+fi |