diff options
| -rwxr-xr-x | color-ls | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ _colorize () { /\*$/ || (long && /^-/ && $1 ~ /x/){ color=32; } /\|$/ || (long && /^p/) { color=33; } /@$/ || (long && /^l/) { color=35; } - long { printf("\033\[%sm%s\033\[0m\n", color, $0); }' + { printf("\033\[%sm%s\033\[0m\n", color, $0); }' } _remove_symbols () { |
