From 62b34e0eb8defeb6826876fe3c384f33e51cf9d4 Mon Sep 17 00:00:00 2001
From: Shubham Saini <pryr@pryr.xyz>
Date: Wed, 6 Oct 2021 23:53:16 -0700
Subject: pure symbol

---
 zsh/.zshrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'zsh')

diff --git a/zsh/.zshrc b/zsh/.zshrc
index 9a418e5..a4eec9e 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -82,7 +82,7 @@ autoload -U colors && colors
 fpath+=$HOME/.cache/zsh/pure
 autoload -U promptinit; promptinit
 prompt pure
-PURE_PROMPT_SYMBOL=$
+PURE_PROMPT_SYMBOL=❯
 # PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
 
 # Basic auto/tab complete:
-- 
cgit v1.2.3