diff options
author | Joe <bousset.rudy@gmail.com> | 2022-07-24 22:50:38 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-07-24 22:50:38 +0200 |
commit | 0eef2100a7e34790274e04aa060fe252134f782e (patch) | |
tree | 7eac763657f9c705f542ccad14abf0aa75d875db | |
parent | compat (diff) | |
download | dotfiles-bsd-0eef2100a7e34790274e04aa060fe252134f782e.tar.gz dotfiles-bsd-0eef2100a7e34790274e04aa060fe252134f782e.tar.bz2 dotfiles-bsd-0eef2100a7e34790274e04aa060fe252134f782e.tar.xz dotfiles-bsd-0eef2100a7e34790274e04aa060fe252134f782e.tar.zst dotfiles-bsd-0eef2100a7e34790274e04aa060fe252134f782e.zip |
First artix commit
-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%}" |