diff options
Diffstat (limited to 'linux/powerline_config/themes/shell/continuation.json')
-rw-r--r-- | linux/powerline_config/themes/shell/continuation.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/powerline_config/themes/shell/continuation.json b/linux/powerline_config/themes/shell/continuation.json new file mode 100644 index 0000000..9307fc0 --- /dev/null +++ b/linux/powerline_config/themes/shell/continuation.json @@ -0,0 +1,12 @@ +{ + "default_module": "powerline.segments.shell", + "segments": { + "left": [ + { + "function": "continuation" + } + ], + "right": [ + ] + } +} |