diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-06-22 21:56:42 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-06-22 21:56:42 -0400 |
| commit | 1b82ccaa51beefb5e4f480d8e49a5ac552bd0560 (patch) | |
| tree | b85742998c48b2d8c18499472c41a183dd864f3d /.zshrc | |
| parent | 978f4e95546a8a25a51723aef7f177e7ac43b035 (diff) | |
style improvements
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ alias grep='grep --color=auto' # Prompt set_prompt() { - PROMPT="[%B%F{174}%n%f%b%F{15}@%f%F{81}%m%f] %F{47}%~ %F{105}$(git-ps1)%F{15}$ " + # PROMPT="%B%F{174}%n%f%b%F{15}@%f%F{81}%m %F{47}%~ %F{105}$(git-ps1)%F{15}$ " + PROMPT="%B%F{121}%n%f%b%F{15}@%f%F{153}%m %F{47}%~ %F{105}$(git-ps1)%F{15}$ " } precmd_functions+=(set_prompt) |
