diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-06-19 23:11:11 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-06-19 23:11:11 -0400 |
| commit | 5512ea5b4b4af8ce4aa0f79a2a0373ee335f287a (patch) | |
| tree | 85471a91301e1215ae5bc583fae20f5557813da1 /.zshrc | |
| parent | 98e5f78fce77dbf3b484c8dde9ddadac8fdbcc1a (diff) | |
cleanup, qol, and input
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
