zsh 未设置环境变量
我使用 oh-my-zsh。在我使用的脚本中
export DISPLAY=":1"
,顶部有一个 shebang,它链接到 bash。 该文件已被 chmod +x
编辑,并直接使用 ./script
调用。 运行脚本后,环境变量DISPLAY
为空。不过,在 .zshrc
中使用 export
是可行的。
zsh 是否需要更改任何配置,以便导出正常工作,或者我做错了什么?
I use oh-my-zsh. In a script I use
export DISPLAY=":1"
On the top a have a shebang, which is linked to bash.
The file has been chmod +x
-ed, and is called directly with ./script
.
After running the script, the environment variable DISPLAY
is empty. Using export
in .zshrc
works though.
Is there any configs for zsh to change, so that exports are working, or am I doing something wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论