fix: zsh slow in devcontainer

This commit is contained in:
Supan Adit Pratama 2025-03-13 22:58:46 +00:00
parent d6202c599f
commit d409e3855e

View File

@ -23,7 +23,7 @@
"forwardPorts": [ "forwardPorts": [
8000 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": { "portsAttributes": {
"8000": { "8000": {
"label": "PHP Artisan Serve", "label": "PHP Artisan Serve",