mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Remove comment check from index search.
This commit is contained in:
parent
b9eac3e408
commit
6d870c126f
@ -32,12 +32,7 @@ set -l plugins (
|
||||
)
|
||||
|
||||
begin
|
||||
awk -F '\n' -v RS='' -v OFS=';' '
|
||||
|
||||
/^ *#/ { next } { print $1, $3 }
|
||||
|
||||
' $fisher_cache/.index ^ /dev/null
|
||||
|
||||
awk -F '\n' -v RS='' -v OFS=';' ' { print $1, $3 } ' $fisher_cache/.index ^ /dev/null
|
||||
__fisher_cache_list
|
||||
|
||||
end | sort -ut ';' -k1,1 | while read -l name info
|
||||
|
Loading…
Reference in New Issue
Block a user