diff --git a/pkg/omf/cli/omf_list_installed_themes.fish b/pkg/omf/cli/omf_list_installed_themes.fish index a189cb1..8c07ac8 100644 --- a/pkg/omf/cli/omf_list_installed_themes.fish +++ b/pkg/omf/cli/omf_list_installed_themes.fish @@ -1,5 +1,3 @@ function omf_list_installed_themes - for item in (basename $OMF_PATH/themes/*) - test $item = default; or echo $item - end -end \ No newline at end of file + basename $OMF_PATH/themes/* +end