diff options
author | Camil Staps | 2021-06-28 13:00:31 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-28 13:00:31 +0200 |
commit | 019acfc350777ea54355b3b499b63690cc411bf3 (patch) | |
tree | 802b680e8c24b7b55cecbce8b461dc54aa0f614a /system/.config/powerline/themes/shell/custom.json | |
parent | Add settings to .gitconfig.local (diff) |
Switch to powerline-go for nix-shell support
Diffstat (limited to 'system/.config/powerline/themes/shell/custom.json')
-rw-r--r-- | system/.config/powerline/themes/shell/custom.json | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/system/.config/powerline/themes/shell/custom.json b/system/.config/powerline/themes/shell/custom.json deleted file mode 100644 index 030de37..0000000 --- a/system/.config/powerline/themes/shell/custom.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "segments": { - "left": [ - { - "function": "powerline.segments.common.net.hostname", - "priority": 10 - }, - { - "function": "powerline.segments.common.env.user", - "args": { - "hide_user": "camil" - }, - "priority": 30 - }, - { - "function": "powerline.segments.shell.cwd", - "args": { - "dir_limit_depth": 3, - "dir_shorten_len": 4, - "use_path_separator": true - }, - "priority": 10 - }, - { - "function": "powerline.segments.common.vcs.branch", - "args": { - "status_colors": true, - "ignore_statuses": ["U"] - }, - "priority": 40 - }, - { - "function": "powerline.segments.shell.jobnum", - "priority": 20 - }, - { - "function": "powerline.segments.shell.last_pipe_status", - "priority": 10 - } - ] - } -} |