如何更改提示
我正在尝试在 ripl 中配置提示字符,这是交互式 ruby (irb) 的替代品。在 irb 中,它是使用 IRB.conf[:DEFAULT] 完成的,但它似乎不适用于 ripl。我也很难找到它的说明。请引导至解释链接或给出简短解释。
I am trying to configure the prompt characters in ripl, an alternative to interactive ruby (irb). In irb, it is done using IRB.conf[:DEFAULT]
, but it does not seem to work with ripl. I am also having difficulty finding an instruction for it. Please guide to a link for an explanation or give a brief explanation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 ~/.riplrc 中配置动态提示符:
更改 shell 中的提示符:
Configuring a dynamic prompt in ~/.riplrc:
Changing the prompt in the shell:
http://rbjl.net/44-ripl-why -你应该使用irb替代方案
http://rbjl.net/44-ripl-why-should-you-use-an-irb-alternative