aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/themes/shell/default_leftonly.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/powerline/themes/shell/default_leftonly.json')
-rw-r--r--config/powerline/themes/shell/default_leftonly.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/config/powerline/themes/shell/default_leftonly.json b/config/powerline/themes/shell/default_leftonly.json
deleted file mode 100644
index 16af975..0000000
--- a/config/powerline/themes/shell/default_leftonly.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "default_module": "powerline.segments.common",
- "segment_data": {
- "hostname": {
- "before": " ",
- "args": {
- "only_if_ssh": true
- }
- },
- "virtualenv": {
- "before": "ⓔ "
- },
- "branch": {
- "before": " "
- }
- },
- "segments": {
- "left": [
- {
- "name": "hostname"
- },
- {
- "name": "user"
- },
- {
- "name": "virtualenv"
- },
- {
- "name": "branch"
- },
- {
- "name": "cwd",
- "args": {
- "dir_limit_depth": 3
- }
- },
- {
- "name": "last_status",
- "module": "powerline.segments.shell"
- }
- ]
- }
-}