Mercurial > dotfiles.old
comparison 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 |
comparison
equal
deleted
inserted
replaced
141:db9f18f9620b | 142:7a4e97f44baa |
---|---|
15 | 15 |
16 local my_prompt_name='%n' | 16 local my_prompt_name='%n' |
17 [[ "$SSH_CONNECTION" != '' ]] && my_prompt_name='%n@%m' | 17 [[ "$SSH_CONNECTION" != '' ]] && my_prompt_name='%n@%m' |
18 | 18 |
19 PROMPT='%{$fg[cyan]%}$my_prompt_name%{$reset_color%} in %{$fg[yellow]%}%~%b%{$reset_color%} | 19 PROMPT='%{$fg[cyan]%}$my_prompt_name%{$reset_color%} in %{$fg[yellow]%}%~%b%{$reset_color%} |
20 %{$reset_color%}%(?.%{$fg[white]%}.%{$fg[red]%})→ %{$reset_color%}' | 20 %{$reset_color%}%(1j.%j .)%(?.%{$fg[white]%}.%{$fg[red]%})→ %{$reset_color%}' |
21 | 21 |
22 | 22 |
23 RPROMPT='$my_gray$(git_prompt_info) $(git_prompt_status)%{$reset_color%}%' | 23 RPROMPT='$my_gray$(git_prompt_info) $(git_prompt_status)%{$reset_color%}%' |
24 | 24 |
25 ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%} U" | 25 ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%} U" |