From 9f23c5a61044cc32554e2f61a84dcffb63f44be9 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Tue, 17 May 2022 16:39:51 +0800 Subject: [PATCH] enable ZSH_THEME --- .zshrc2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc2 b/.zshrc2 index f404da2..1c60625 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -56,7 +56,7 @@ antigen bundle https://gitee.com/dictxiong/zsh-syntax-highlighting antigen bundle https://gitee.com/dictxiong/zsh-completions antigen bundle https://gitee.com/dictxiong/zsh-autosuggestions # select theme -antigen theme ys +antigen theme ${ZSH_THEME:-ys} # apply antigen apply # end of antigen config