mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
Remove tr which was unneeded since it's in a list context (I think).
This commit is contained in:
parent
7792fbfa48
commit
69e3840fbe
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
#compdef theme
|
#compdef theme
|
||||||
|
|
||||||
_arguments "1: :($(lstheme | tr "\n" " "))"
|
_arguments "1: :($(lstheme))"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue