From dbd16000a55f57e3f1a1fdc9557eacd5577a4afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Sun, 5 Apr 2020 17:14:48 +0200 Subject: [PATCH] themes: fix minor syntax error --- plugins/themes/themes.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/themes/themes.plugin.zsh b/plugins/themes/themes.plugin.zsh index cda83f587..650856284 100644 --- a/plugins/themes/themes.plugin.zsh +++ b/plugins/themes/themes.plugin.zsh @@ -27,7 +27,7 @@ function lstheme { # Show themes inside $ZSH_CUSTOM (in any subfolder) # Strip $ZSH_CUSTOM/themes/ and $ZSH_CUSTOM/ from the name, so that it matches # the value that should be written in $ZSH_THEME to load the theme. - print -l "$ZSH_CUSTOM"/**/*.zsh-theme(.N:r:gs:"$ZSH_CUSTOM"/themes/:::gs:"$ZSH_CUSTOM"/:::) \ + print -l "$ZSH_CUSTOM"/**/*.zsh-theme(.N:r:gs:"$ZSH_CUSTOM"/themes/:::gs:"$ZSH_CUSTOM"/:::) # Show themes inside $ZSH, stripping the head of the path. print -l "$ZSH"/themes/*.zsh-theme(.N:t:r)