diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-24 21:33:01 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-24 21:33:01 +0200 |
commit | e986843f7a405aa756316fb9ab016e1b8d18f433 (patch) | |
tree | fdc792142016c00d7ca79c2d2fa19e9c14f03a3a | |
parent | compat (diff) | |
download | dotfiles-bsd-e986843f7a405aa756316fb9ab016e1b8d18f433.tar.gz dotfiles-bsd-e986843f7a405aa756316fb9ab016e1b8d18f433.tar.bz2 dotfiles-bsd-e986843f7a405aa756316fb9ab016e1b8d18f433.tar.xz dotfiles-bsd-e986843f7a405aa756316fb9ab016e1b8d18f433.tar.zst dotfiles-bsd-e986843f7a405aa756316fb9ab016e1b8d18f433.zip |
revert cyan
-rw-r--r-- | .config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 6af7f1d..baaaa87 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -102,5 +102,5 @@ bindkey -v "^ " globalias bindkey -v " " magic-space bindkey -M isearch " " magic-space -PROMPT="%B%{$fg[red]%}%M %{$fg[blue]%}%c%{$fg[red]%}%#%{$reset_color%} " +PROMPT="%B%{$fg[cyan]%}%M %{$fg[blue]%}%c%{$fg[cyan]%}%#%{$reset_color%} " RPROMPT="%{$fg_bold[red]%}%(?..%?)%{$reset_color%}" |