mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-11-13 07:11:09 +01:00
Dropped dependency on Extended Regular Expressions, so the sed command now runs with OSX/BSD sed
This commit is contained in:
parent
34c076196d
commit
b6ec5a7553
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
# Functions {{{1
|
||||
lscolors_buildsuite_print_extensions() {
|
||||
sed -r -e '/^[ ]+#/d; /^[^\.\*]/d; /^$/d; s/^([\.\*][^ ]+).*/\1/' ../LS_COLORS
|
||||
sed -e '/^[ ]+#/d; /^[^\.\*]/d; /^$/d; s/^\([\.\*][^ ]+\).*/\1/' ../LS_COLORS
|
||||
}
|
||||
|
||||
verbose() {
|
||||
|
|
Loading…
Reference in a new issue