1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: list path to theme file within its own usage comment
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-08-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/themes.gitconfig
+++ b/themes.gitconfig
@@ -1,7 +1,7 @@
# To use these themes, first include this file in your own gitconfig file:
#
# [include]
-# path = PATH/TO/delta/themes.gitconfig
+# path = /usr/share/delta/themes.gitconfig
#
# Then, in your own gitconfig file, activate the chosen theme, e.g.
#
|