From 80f6fdd801cc05ef7315f2730ddb12525e37f0a0 Mon Sep 17 00:00:00 2001 From: Daniel YC Lin Date: Tue, 6 Aug 2013 18:35:15 +0800 Subject: [PATCH] added my theme as path3 example --- tools/list_theme.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/list_theme.sh b/tools/list_theme.sh index 7f6c22fa1..dec57dd49 100755 --- a/tools/list_theme.sh +++ b/tools/list_theme.sh @@ -26,6 +26,7 @@ for f in $THEMES_DIR/*.zsh-theme ; do grep -q '%M' $f && echo -n "machine " grep -q '%~' $f && echo -n "path " grep -q '%2~' $f && echo -n "path2 " + grep -q '%3~' $f && echo -n "path3 " grep -q 'precmd' $f && echo -n "precmd " grep -q 'RPROMPT' $f && echo -n "rprompt " grep -q '%S' $f && echo -n "sec "