diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-17 17:07:25 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-17 17:07:25 +0200 |
commit | b50a823e9a8e970fd56607dccfbef6c117d07320 (patch) | |
tree | 10060812c2015b85a61fdf5d1304b6f90ca8e1f2 | |
parent | ripgrep soon (diff) | |
download | dotfiles-bsd-b50a823e9a8e970fd56607dccfbef6c117d07320.tar.gz dotfiles-bsd-b50a823e9a8e970fd56607dccfbef6c117d07320.tar.bz2 dotfiles-bsd-b50a823e9a8e970fd56607dccfbef6c117d07320.tar.xz dotfiles-bsd-b50a823e9a8e970fd56607dccfbef6c117d07320.tar.zst dotfiles-bsd-b50a823e9a8e970fd56607dccfbef6c117d07320.zip |
qe
-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 b999534..6af7f1d 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[red]%}%M %{$fg[blue]%}%c%{$fg[red]%}%#%{$reset_color%} " RPROMPT="%{$fg_bold[red]%}%(?..%?)%{$reset_color%}" |