mirror of
https://github.com/Aloxaf/fzf-tab.git
synced 2026-09-10 07:26:16 -04:00
fix: Fixed bug where color of symlinks was not suitably assigned because the case was not handled (#541)
This commit is contained in:
parent
74589572f8
commit
6d7fb94ef5
|
|
@ -176,6 +176,8 @@ const char* colorize_from_mode(char* file, const struct stat* sb)
|
|||
return mode_color[COL_OR];
|
||||
}
|
||||
return get_color(file, &sb2);
|
||||
} else {
|
||||
return mode_color[COL_LN];
|
||||
}
|
||||
}
|
||||
case S_IFIFO:
|
||||
|
|
|
|||
Loading…
Reference in a new issue