We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd8de3 commit 5341806Copy full SHA for 5341806
diff-so-fancy
@@ -48,7 +48,7 @@ colorize_context_line () {
48
}
49
50
mark_empty_lines () {
51
- $SED -E "s/^$color_code_regex[\+\-]$reset_color\s*$/$invert_color\1 $reset_escape/g"
+ $SED -E "s/^$color_code_regex[\+\-]$reset_color\s*$/$invert_color\1 $reset_escape/g"
52
53
54
strip_leading_symbols () {
readme.md
@@ -114,6 +114,13 @@ brew install entr
114
ls --color=never diff-so-fancy test/*.bats | entr bats test
115
```
116
117
+Be sure to lint your scripts via shellcheck
118
+
119
+```sh
120
+brew install shellcheck
121
+shellcheck diff-so-fancy update-deps.sh
122
+```
123
124
## License
125
126
MIT
0 commit comments