Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这似乎是一个常见问题,但我在 Google 和 SO 上都找不到这个问题。如果你找到一篇文章,请指点我。
如何在 bash 提示符中插入新行(当您只需按 ENTER 时),类似于 Windows 提示符中的那个?
Linux:
$ $ $
视窗:
C:\> C:\> C:\>
我需要两者之间的额外空间。
更改 PS1 Bash 提示变量:
PS1="\n$PS1"