summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-06-19 23:11:11 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-06-19 23:11:11 -0400
commit5512ea5b4b4af8ce4aa0f79a2a0373ee335f287a (patch)
tree85471a91301e1215ae5bc583fae20f5557813da1 /.zshrc
parent98e5f78fce77dbf3b484c8dde9ddadac8fdbcc1a (diff)
cleanup, qol, and input
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 38520d8..064df51 100644
--- a/.zshrc
+++ b/.zshrc
@@ -20,7 +20,7 @@ alias grep='grep --color=auto'
# Prompt
set_prompt() {
- PROMPT="[%B%F{33}%n%f%b%F{15}@%f%F{81}%m%f] %F{47}%~ %F{105}$(git-ps1)%F{15}$ "
+ PROMPT="[%B%F{169}%n%f%b%F{15}@%f%F{81}%m%f] %F{47}%~ %F{105}$(git-ps1)%F{15}$ "
}
precmd_functions+=(set_prompt)