Commit d647f41b authored by Bruno's avatar Bruno

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

Current in use theme should not be deletable
parents c4803088 7f53f59e
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment