diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-06-21 20:28:30 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-06-21 20:28:45 -0400 |
| commit | 1d9bc1171a1fe7a737d5d812d1e58cf2c85b5345 (patch) | |
| tree | 03d9156daaea37522561a1ef6e4b408e13ec993a /.zshrc | |
| parent | 5512ea5b4b4af8ce4aa0f79a2a0373ee335f287a (diff) | |
waybar
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{169}%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] %F{47}%~ %F{105}$(git-ps1)%F{15}$ " } precmd_functions+=(set_prompt) |
