Mercurial > dotfiles.old
diff oh-my-zsh/custom/themes/custom.zsh-theme @ 142:7a4e97f44baa
Show backgrounded jobs
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 13 Oct 2014 10:46:00 +0200 |
parents | ce3f4f32d1b5 |
children |
line wrap: on
line diff
--- a/oh-my-zsh/custom/themes/custom.zsh-theme Thu Oct 09 08:49:21 2014 +0200 +++ b/oh-my-zsh/custom/themes/custom.zsh-theme Mon Oct 13 10:46:00 2014 +0200 @@ -17,7 +17,7 @@ [[ "$SSH_CONNECTION" != '' ]] && my_prompt_name='%n@%m' PROMPT='%{$fg[cyan]%}$my_prompt_name%{$reset_color%} in %{$fg[yellow]%}%~%b%{$reset_color%} -%{$reset_color%}%(?.%{$fg[white]%}.%{$fg[red]%})→ %{$reset_color%}' +%{$reset_color%}%(1j.%j .)%(?.%{$fg[white]%}.%{$fg[red]%})→ %{$reset_color%}' RPROMPT='$my_gray$(git_prompt_info) $(git_prompt_status)%{$reset_color%}%'