diff --git a/functions/__fisher_cache_list.fish b/functions/__fisher_cache_list.fish index 15ebda7..0656275 100644 --- a/functions/__fisher_cache_list.fish +++ b/functions/__fisher_cache_list.fish @@ -1,3 +1,3 @@ function __fisher_cache_list - find -L $fisher_cache/* -maxdepth 0 -type d | sed 's|.*/||' + find -L $fisher_cache/* -maxdepth 0 -type d ^ /dev/null | sed 's|.*/||' end