Favor > for themes over | for symbolic links.

This commit is contained in:
Jorge Bucaran 2016-02-04 14:01:41 +09:00
parent 9c22f43f51
commit 8072c65164
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -18,11 +18,11 @@ function __fisher_list -a source
for i in (__fisher_cache_list)
if contains -- $i $enabled
if test -L $fisher_cache/$i
printf "%s%s\n" "|" $i
else if test $i = "$fisher_prompt"
if test $i = "$fisher_prompt"
printf "%s%s\n" ">" $i
else if test -L $fisher_cache/$i
printf "%s%s\n" "|" $i
else
printf "%s%s\n" "*" $i