diff --git a/completions/fisher.fish b/completions/fisher.fish index 2b0ef59..9dcb4d2 100644 --- a/completions/fisher.fish +++ b/completions/fisher.fish @@ -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