我的提示没有正确包装而没有移到第二行,而是覆盖了第一行。还有其他一些时髦的行为。能够获得PS1配置文件经验的人能否发现这里有什么问题?
一旦我emacs .bash_profile
,这就是相关的一行:
export PS1="\\e[1;34m[\@ \u \W]\$ \e[m\]\]"
我已按照此处的建议(https://unix.stackexchange.com/questions/105958/terminal-prompt-not-wrapping-correctly)关闭了双方的所有括号,并尝试了此操作(https://askubuntu.com/questions/24358/how-do-i-get-long-command-lines-to-wrap-to-the-next-line)并确保我前面有\\[
一切/我的颜色选择。
有什么想法吗?
非常感谢。