【问题标题】:Heredoc with powerline带电力线的 Heredoc
【发布时间】:2021-08-12 02:14:48
【问题描述】:
【问题讨论】:
标签:
bash
heredoc
powerline
【解决方案1】:
只需为continuation(文件~/.config/powerline/themes/shell/continuation.json)创建一个主题,内容如下:
{
"segments": {
"left": [
{
"type": "string",
"contents": ">",
"highlight_groups": ["continuation"]
}
]
}
}
结果如下: