You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i 's/plugins=(git)/plugins=(git composer artisan)/g' /home/vagrant/.zshrc
122
+
source /home/vagrant/.zshrc
123
+
fi
124
+
```
125
+
*Note:* If you are re-provisioning your Homstead box, and already have other Zsh plugins defined in your Zsh config files, you wil need to adjust the `sed` command to includes those in the list.
126
+
111
127
## License
112
128
113
129
This project is open-sourced software licensed under the MIT License - see the
0 commit comments