blob: 008bdb9cdca10d92672a1e5b02dfc35eaec2fe79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Enabling powerline-gitstatus in default shell theme.
diff -Naurp powerline-gitstatus.temp/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default.json powerline-gitstatus/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default.json
--- powerline-gitstatus.temp/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default.json
+++ powerline-gitstatus/debian/powerline-gitstatus/usr/share/powerline/config_files/themes/shell/default.json
@@ -17,6 +17,10 @@
"priority": 50
},
{
+ "function": "powerline_gitstatus.gitstatus",
+ "priority": 40
+ },
+ {
"function": "powerline.segments.shell.cwd",
"priority": 10
},
|