aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/themes/shell/default.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-03-13 11:38:29 +0100
committerBen Beltran <ben@nsovocal.com>2019-03-13 11:38:29 +0100
commit227bbf9f52821f8bfbfec16119465c6ce95822dc (patch)
tree90c6f48e58743d39416c6e8fa070fae5c7bd30d3 /config/powerline/themes/shell/default.json
parentf7a3f46f8c0f2a6ae4ec8a2c284a8ac3e2b7cde3 (diff)
Remove powerline config
Diffstat (limited to 'config/powerline/themes/shell/default.json')
-rw-r--r--config/powerline/themes/shell/default.json45
1 files changed, 0 insertions, 45 deletions
diff --git a/config/powerline/themes/shell/default.json b/config/powerline/themes/shell/default.json
deleted file mode 100644
index 6246a96..0000000
--- a/config/powerline/themes/shell/default.json
+++ /dev/null
@@ -1,45 +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": "cwd",
- "args": {
- "dir_limit_depth": 3
- }
- }
- ],
- "right": [
- {
- "module": "powerline.segments.shell",
- "name": "last_pipe_status"
- },
- {
- "name": "branch"
- }
- ]
- }
-}