Remove tr which was unneeded since it's in a list context (I think).

This commit is contained in:
Andrew Janke 2015-02-17 01:08:42 -05:00
commit 69e3840fbe

View file

@ -1,3 +1,3 @@
#compdef theme
_arguments "1: :($(lstheme | tr "\n" " "))"
_arguments "1: :($(lstheme))"