Commit ccc8fd69 authored by Marius Melzer's avatar Marius Melzer

remove duplicated paste -sd ' ' -

parent 00729347
......@@ -65,9 +65,9 @@ function omf.packages --argument-names options arg1 arg2 -d 'Manage all plugins
omf.log normal $fish_theme
end
case '--plugins'
omf.remote --plugins | paste -sd ' ' -
omf.remote --plugins
case '--themes'
omf.remote --themes | paste -sd ' ' -
omf.remote --themes
case '*'
omf.log red 'Unknown option'
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