From 5aa1da6abe21891d8ae0cf13f432e16d3ffcdb04 Mon Sep 17 00:00:00 2001 From: listout Date: Sat, 28 Aug 2021 21:06:29 +0530 Subject: use >> and << as terminal font --- .config/zsh/prompt.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/zsh/prompt.zsh') diff --git a/.config/zsh/prompt.zsh b/.config/zsh/prompt.zsh index 561c7d3..0f4baa4 100644 --- a/.config/zsh/prompt.zsh +++ b/.config/zsh/prompt.zsh @@ -4,8 +4,8 @@ fpath+=$HOME/.config/zsh/pure autoload -U promptinit; promptinit # prompt symbols -PURE_PROMPT_SYMBOL=λ -PURE_PROMPT_VICMD_SYMBOL=ẟ +PURE_PROMPT_SYMBOL=\>\> +PURE_PROMPT_VICMD_SYMBOL=\<\< # turn on git stash status zstyle :prompt:pure:git:stash show yes -- cgit v1.2.3