add jobs counter to zshrc + check mirroring to github
This commit is contained in:
parent
2f79f16302
commit
13f1b09e00
1 changed files with 2 additions and 1 deletions
3
shellrc
3
shellrc
|
@ -165,10 +165,11 @@ if is_zsh; then
|
||||||
prompt_user='%(1000#..%(1205#..%B%F{red}%n%F{yellow}@%f%b))'
|
prompt_user='%(1000#..%(1205#..%B%F{red}%n%F{yellow}@%f%b))'
|
||||||
prompt_host='%m'
|
prompt_host='%m'
|
||||||
prompt_bang='%B%(!.%F{red}.%F{green})%#%f%b'
|
prompt_bang='%B%(!.%F{red}.%F{green})%#%f%b'
|
||||||
|
prompt_jobs='%(1j.%B%F{yellow}[%f%bjobs: %B%F{red}%j%F{yellow}]%f%b.)'
|
||||||
precmd() {
|
precmd() {
|
||||||
[[ -n ${vcs_enabled} ]] && vcs_info
|
[[ -n ${vcs_enabled} ]] && vcs_info
|
||||||
if [[ -z ${hide_info} ]]; then
|
if [[ -z ${hide_info} ]]; then
|
||||||
prompt_info="${lb}${prompt_user}${prompt_host}${bb}${prompt_cwd}${rb}${vcs_info_msg_0_}"
|
prompt_info="${lb}${prompt_user}${prompt_host}${bb}${prompt_cwd}${rb}${vcs_info_msg_0_}${prompt_jobs}"
|
||||||
else
|
else
|
||||||
prompt_info=''
|
prompt_info=''
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue