如何在 macOS 终端中添加 bash 函数
我想创建一个名为“magic”的 bash 函数,它接受一个字符串参数并执行以下操作:
magic() { git add . && git commit -m "$1" && git push; }
函数“magic”应该能够从任何终端调用。我该怎么做?
I want to create a bash function called "magic" that takes a string parameter and does the following:
magic() { git add . && git commit -m "$1" && git push; }
The function "magic" should be able to be called from any terminal. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论