linux – bash提示符不显示该行的开头

linux – bash提示符不显示该行的开头,第1张

概述我的 shell提示用<替换长行的开头. 如何在多条线上显示长线? user@machine:~$<s line is a very long one and the beggining is not visible... 检查你的inputrc horizontal-scroll-mode (Off) When set to On, makes readline use a single li 我的 shell提示用<替换长行的开头.
如何在多条线上显示长线?

user@machine:~$<s line is a very long one and the beggining is not visible...
解决方法 检查你的inputrc

horizontal-scroll-mode (Off)

When set to On,makes readline use a single line for display,scrolling the input horizontally on a single screen line when it becomes longer
than the screen wIDth rather than wrapPing to a new line.

该文件的位置由inputRC变量控制:

inputRC

The filename for the readline startup file,overrIDing the default of ~/.inputrc (see READliNE below).

(均来自man bash)

总结

以上是内存溢出为你收集整理的linux – bash提示符不显示该行的开头全部内容,希望文章能够帮你解决linux – bash提示符不显示该行的开头所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1018436.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存