diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 8dfa99c..14cf49e 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -23,7 +23,7 @@
 	"forwardPorts": [
 		8000
 	],
-	"postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html",
+	"postCreateCommand": "git config oh-my-zsh.hide-info 1 && sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html",
 	"portsAttributes": {
 		"8000": {
 			"label": "PHP Artisan Serve",