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