如何在 Mac 上的 bash shell 中设置环境变量完成

发布于 2024-08-21 04:04:57 字数 222 浏览 6 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

晌融 2024-08-28 04:04:57

您可能需要从 darwin ports 安装 bash_completion (http://bash-completion.darwinports.com/)

you may need to install bash_completion from darwin ports (http://bash-completion.darwinports.com/)

留一抹残留的笑 2024-08-28 04:04:57

我不知道这是否是您想要的,但是这个怎么样?

I don't know if its what you want, but how about this?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文