Skip to content

Commit feceb50

Browse files
committed
add comments on finding the deps
1 parent 6a01d75 commit feceb50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

diff-so-fancy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
[ $# -ge 1 -a -f "$1" ] && input="$1" || input="-"
44

5-
hash gsed 2>/dev/null && SED=gsed || SED=sed
5+
# find my sed
6+
hash gsed 2> /dev/null && SED=gsed || SED=sed
67

8+
# find my diff-highlight
79
if hash diff-highlight 2> /dev/null; then
810
diff_highlight=diff-highlight
911
else

0 commit comments

Comments
 (0)