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.
当我尝试将heredoc与powerline一起使用时,我会在每个新行之前得到空白段: 如何修复它以使其看起来像这样:
continuation只需为(file )创建一个主题,~/.config/powerline/themes/shell/continuation.json内容如下:
continuation
~/.config/powerline/themes/shell/continuation.json
{ "segments": { "left": [ { "type": "string", "contents": ">", "highlight_groups": ["continuation"] } ] } }
结果如下: