Commit 00e3d3e0 authored by Derek Stavis's avatar Derek Stavis Committed by Derek Stavis

omf.bundle.add: sort the bundle after adding entry

parent 0e68052a
......@@ -10,6 +10,8 @@ function omf.bundle.add -a type name_or_url
else
echo $record > $bundle
end
sort -u $bundle -o $bundle
end
function __omf.write_theme
......
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