dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 5c1bf8234ed41912016a628acadfc25a3a58b084
parent 88de90cf975aa41a9a110ef7da455ca92e6f312e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 10 May 2018 11:31:44 -0400

Change order of components in zsh's RPROMPT

Diffstat:
Mlinks/.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.zshrc b/links/.zshrc @@ -63,7 +63,7 @@ local prompt_root="%(!.%{$fg_bold[red]%}#.%{$fg[green]%}$)%{$reset_color%}" PROMPT=" ${bg_jobs}%{$fg[red]%}${prompt_root} %{$reset_color%}" -RPROMPT='${return_status} %B%{$fg[cyan]%}%~%{$reset_color%} $(git_super_status) %n@%m%{$fg[cyan]%}${EXECTIME}%{$reset_color%}' +RPROMPT='${return_status}%{$fg[green]%}${EXECTIME}%{$reset_color%} %B%{$fg[cyan]%}%~%{$reset_color%} $(git_super_status) %n@%m' unset AUTO_CD setopt CORRECT