summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-08-28 21:06:29 +0530
committerlistout <listout@protonmail.com>2021-08-28 21:06:29 +0530
commit5aa1da6abe21891d8ae0cf13f432e16d3ffcdb04 (patch)
treef9e7af5cf0b364db7d0824fbeadbf36d3c55008e /.config/zsh
parent710ec162314ccee586cd11aa41f6bc7caf514814 (diff)
use >> and << as terminal font
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/prompt.zsh4
1 files changed, 2 insertions, 2 deletions
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