diff --git a/misc/git/hooks/post-checkout/50-submodules b/misc/git/hooks/post-checkout/50-submodules
index b7f24241f8120c845bad12bbe548253dcb8149d5..e5a575834e4f3bcca4945a08bac50beb21b5cb62 100755
--- a/misc/git/hooks/post-checkout/50-submodules
+++ b/misc/git/hooks/post-checkout/50-submodules
@@ -1,4 +1,4 @@
 #!/usr/bin/env bash
 
 git submodule update
-gilt --config "vendor/gilt.developer.yml" overlay
+gilt --config "vendor/gilt.yml" overlay
diff --git a/misc/git/hooks/post-merge/50-submodules b/misc/git/hooks/post-merge/50-submodules
index b7f24241f8120c845bad12bbe548253dcb8149d5..e5a575834e4f3bcca4945a08bac50beb21b5cb62 100755
--- a/misc/git/hooks/post-merge/50-submodules
+++ b/misc/git/hooks/post-merge/50-submodules
@@ -1,4 +1,4 @@
 #!/usr/bin/env bash
 
 git submodule update
-gilt --config "vendor/gilt.developer.yml" overlay
+gilt --config "vendor/gilt.yml" overlay
diff --git a/misc/git/hooks/pre-push/60-origin b/misc/git/hooks/pre-push/60-origin
index 22f5223b5c21e49582cb10b147024c94fa2c35b2..d773609613009ad90c860434da228dacc947a6f7 100755
--- a/misc/git/hooks/pre-push/60-origin
+++ b/misc/git/hooks/pre-push/60-origin
@@ -26,7 +26,7 @@ while read -r url \
     echo -e "\033[0;33mPushing to origin: $url\033[0m"
     git push "origin" --all
   fi
-done <<<"$(grep -A2 -- '- git:' vendor/gilt.developer.yml)"
+done <<<"$(grep -A2 -- '- git:' vendor/gilt.yml)"
 
 cd "$old_dir" || exit 1
 
diff --git a/misc/git/hooks/pre-push/70-mirrors b/misc/git/hooks/pre-push/70-mirrors
index 9f2735bd094855f8fb55c0a80fe1c711f879397c..e35f3f7070c1550f666f1bc70728c54e11b30e42 100755
--- a/misc/git/hooks/pre-push/70-mirrors
+++ b/misc/git/hooks/pre-push/70-mirrors
@@ -13,7 +13,7 @@ import yaml
 #  if random.randint(1, 4) != 3:
 #  sys.exit()
 
-with open("vendor/gilt.developer.yml", "r") as stream:
+with open("vendor/gilt.yml", "r") as stream:
     config = yaml.safe_load(stream)
 
 old_dir = os.getcwd()
diff --git a/vendor/autohook b/vendor/autohook
index ad679fecfcbdf671453af7b45cbab52b8e29e5dd..a3bf86c36e566ff96b40347c76fd66cb04c6e034 160000
--- a/vendor/autohook
+++ b/vendor/autohook
@@ -1 +1 @@
-Subproject commit ad679fecfcbdf671453af7b45cbab52b8e29e5dd
+Subproject commit a3bf86c36e566ff96b40347c76fd66cb04c6e034
diff --git a/vendor/bash-infinity b/vendor/bash-infinity
index a939f7b167eec45bdad643269f28dbeb87c4ec8c..f9a62a1ec26384b61ff562f22ab32ecab9d817a0 160000
--- a/vendor/bash-infinity
+++ b/vendor/bash-infinity
@@ -1 +1 @@
-Subproject commit a939f7b167eec45bdad643269f28dbeb87c4ec8c
+Subproject commit f9a62a1ec26384b61ff562f22ab32ecab9d817a0
diff --git a/vendor/go-script-bash b/vendor/go-script-bash
index b098f3f9124daa78bc5da15b86153e81060f4e5f..19aa90c744e5a1adae6d5f9583019658de7e35fe 160000
--- a/vendor/go-script-bash
+++ b/vendor/go-script-bash
@@ -1 +1 @@
-Subproject commit b098f3f9124daa78bc5da15b86153e81060f4e5f
+Subproject commit 19aa90c744e5a1adae6d5f9583019658de7e35fe