aboutsummaryrefslogtreecommitdiff
path: root/config/powerline/themes/shell/default.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2019-03-14 19:11:19 +0100
committerBen Beltran <ben@nsovocal.com>2019-03-14 19:11:19 +0100
commit01e206524dfa62b8812599366806a11f2cae15fd (patch)
tree130a037d78d71a97adb70d46251aa9b39b54e412 /config/powerline/themes/shell/default.json
parent0111fba856f086d9b94858328e1388d724c12826 (diff)
Merge master
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"
- }
- ]
- }
-}