17 lines
791 B
Diff
17 lines
791 B
Diff
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
|
|
},
|