如何在 Mac 上的 bash shell 中设置环境变量完成
在 linux 上的 bash shell 中,如果我输入:
echo $DISP
并点击 tab,它会完成:
echo $DISPLAY
它在 OSX 10.5 上的 bash 中不起作用,并且我使用相同的 .bashrc
是否有我可以使用的 shell 选项或设置设置这个。
In a bash shell on linux, if I type:
echo $DISP
and hit tab, it completes to:
echo $DISPLAY
It doesn't work in bash on OSX 10.5, and I'm using the same .bashrc
Is there a shell option or setting I can use to set this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要从 darwin ports 安装 bash_completion (http://bash-completion.darwinports.com/)
you may need to install bash_completion from darwin ports (http://bash-completion.darwinports.com/)
我不知道这是否是您想要的,但是这个怎么样?
I don't know if its what you want, but how about this?