Skip to content

Commit

Permalink
Remove some bash definitions so the tests won't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Baker committed Mar 9, 2016
1 parent cbd916a commit 6b44c19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions diff-so-fancy
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ NL="
"
color_code_regex="(${CSI}([0-9]{1,3}(;[0-9]{1,3}){0,3})[m|K])?"
reset_color="${CSI}0?m"
reset_escape="${CSI}m"
dim_magenta="${CSI}38;05;146m"
invert_color="${CSI}7m"

git_index_line_pattern="^($color_code_regex)index .*"

Expand Down

0 comments on commit 6b44c19

Please sign in to comment.