From 69e3840fbee405a41690c3a2cf6613845f614e37 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Tue, 17 Feb 2015 01:08:42 -0500 Subject: [PATCH] Remove `tr` which was unneeded since it's in a list context (I think). --- plugins/themes/_theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/themes/_theme b/plugins/themes/_theme index 8214ddb0d..3186943ea 100644 --- a/plugins/themes/_theme +++ b/plugins/themes/_theme @@ -1,3 +1,3 @@ #compdef theme -_arguments "1: :($(lstheme | tr "\n" " "))" +_arguments "1: :($(lstheme))"