1 | function homestead() { |
运行环境 osx with .zshrc or osx with .bash_profile
加在.zshrc中即可,最后source一下,让其生效
1 | source .zshrc |
使用的时候讲vagrant替换为homestead即可,例如
1 | homestead up |
转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 jaytp@qq.com
1 | function homestead() { |
运行环境 osx with .zshrc or osx with .bash_profile
加在.zshrc中即可,最后source一下,让其生效
1 | source .zshrc |
使用的时候讲vagrant替换为homestead即可,例如
1 | homestead up |