From dbd16000a55f57e3f1a1fdc9557eacd5577a4afe Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Sun, 5 Apr 2020 17:14:48 +0200 Subject: themes: fix minor syntax error --- plugins/themes/themes.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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) -- cgit v1.2.3-70-g09d2