Merge pull request #516 from fish-shell/fix-omf-remove

Current in use theme should not be deletable
This commit is contained in:
Bruno 2015-08-26 20:29:21 +01:00
commit d647f41bea

View File

@ -1,5 +1,3 @@
function omf_list_installed_themes
for item in (basename $OMF_PATH/themes/*)
test $item = default; or echo $item
end
end
basename $OMF_PATH/themes/*
end