mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-15 09:11:31 +08:00
remove duplicated paste -sd ' ' -
This commit is contained in:
parent
0072934733
commit
ccc8fd69f7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user