diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2025-08-08 16:20:35 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2026-03-05 11:34:48 -0700 |
| commit | 955b2f8d046ceb27dbf6cea7d383fbc3f13fb76a (patch) | |
| tree | 02446c9fdc673794bcdbd19e7c7f2779dd322100 /prompts | |
| parent | 95380088436ba5a4ae9b4cf9a11070a96246bc0c (diff) | |
| download | zshrcd-955b2f8d046ceb27dbf6cea7d383fbc3f13fb76a.tar.gz zshrcd-955b2f8d046ceb27dbf6cea7d383fbc3f13fb76a.tar.bz2 zshrcd-955b2f8d046ceb27dbf6cea7d383fbc3f13fb76a.zip | |
Minor change.s
Diffstat (limited to 'prompts')
| -rw-r--r-- | prompts/hadron.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prompts/hadron.zsh b/prompts/hadron.zsh index 700702a..ef0cebb 100644 --- a/prompts/hadron.zsh +++ b/prompts/hadron.zsh @@ -1,8 +1,8 @@ GREEN="%{\x1b[01;32m%}" PURPLE="%{\x1b[01;35m%}" -PROMPT_END=" · " -PROMPT_REND=" · " +PROMPT_END=" • " +PROMPT_REND=" • " PROMPT='$(simple_prompt ${GREEN} ${PURPLE})' RPROMPT='$(simple_rprompt ${GREEN} ${PURPLE})' |