mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-15 00:55:16 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user