@@ -466,7 +466,7 @@ AGKOZAK_CUSTOM_PROMPT+=$'%B%F{blue}%2v%f%b'
466
466
# Virtual environment
467
467
AGKOZAK_CUSTOM_PROMPT+=' %(10V. %F{green}[%10v]%f.)'
468
468
# Background jobs indicator and newline
469
- AGKOZAK_CUSTOM_PROMPT+=$' %(11V . %F{magenta}%11vj %f.)\n '
469
+ AGKOZAK_CUSTOM_PROMPT+=$' %(1j . %F{magenta}%jj %f.)\n '
470
470
# Prompt character
471
471
AGKOZAK_CUSTOM_PROMPT+=' %(4V.:.%#) '
472
472
@@ -504,7 +504,7 @@ AGKOZAK_CUSTOM_PROMPT+='%B%F{blue}%2v%f%b'
504
504
# Virtual environment
505
505
AGKOZAK_CUSTOM_PROMPT+=' %(10V. %F{green}[%10v]%f.)'
506
506
# Background jobs indicator and newline
507
- AGKOZAK_CUSTOM_PROMPT+=' %(11V . %F{magenta}%11vj %f.)'
507
+ AGKOZAK_CUSTOM_PROMPT+=' %(1j . %F{magenta}%jj %f.)'
508
508
# Git status and newline
509
509
AGKOZAK_CUSTOM_PROMPT+=$' %(3V.%F{243}%3v%f.)\n '
510
510
# Prompt character
@@ -530,7 +530,7 @@ AGKOZAK_CUSTOM_PROMPT+='%B%F{blue}%2v%f%b'
530
530
# Virtual environment
531
531
AGKOZAK_CUSTOM_PROMPT+=' %(10V. %F{green}[%10v]%f.)'
532
532
# Background jobs indicator and newline
533
- AGKOZAK_CUSTOM_PROMPT+=$' %(11V . %F{magenta}%11vj %f.)\n '
533
+ AGKOZAK_CUSTOM_PROMPT+=$' %(1j . %F{magenta}%jj %f.)\n '
534
534
# Exit status
535
535
AGKOZAK_CUSTOM_PROMPT+=' %(?..%B%F{red}(%?%)%f%b )'
536
536
# Prompt character
@@ -660,7 +660,7 @@ AGKOZAK_CUSTOM_PROMPT+='%(10V.%F{${AGKOZAK_COLORS_VIRTUALENV}}[%10v]%f .)'
660
660
# Path
661
661
AGKOZAK_CUSTOM_PROMPT+=' %B%F{${AGKOZAK_COLORS_PATH}}%2v%f%b'
662
662
# Background job status
663
- AGKOZAK_CUSTOM_PROMPT+=' %(11V . %F{${AGKOZAK_COLORS_BG_STRING}}%11vj %f.)'
663
+ AGKOZAK_CUSTOM_PROMPT+=' %(1j . %F{${AGKOZAK_COLORS_BG_STRING}}%jj %f.)'
664
664
# Git status
665
665
AGKOZAK_CUSTOM_PROMPT+=$' %(3V.%F{${AGKOZAK_COLORS_BRANCH_STATUS}}%3v%f.)\n '
666
666
# SHLVL and prompt character
@@ -705,7 +705,7 @@ AGKOZAK_CUSTOM_PROMPT+=$'\n%F{13}%(4V.:.%#)%f '
705
705
# Git status
706
706
AGKOZAK_CUSTOM_RPROMPT=' %(3V.%F{yellow}%3v%f.) '
707
707
# Background jobs indicator
708
- AGKOZAK_CUSTOM_RPROMPT+=' %(11V .%F{magenta}%11vj %f .)'
708
+ AGKOZAK_CUSTOM_RPROMPT+=' %(1j .%F{magenta}%jj %f .)'
709
709
# Virtual environment indicator
710
710
AGKOZAK_CUSTOM_RPROMPT+=' %(10V.%F{green}[%10v]%f .)'
711
711
# Display the path (substituting ~ for $HOME and in named directories)
@@ -729,7 +729,7 @@ AGKOZAK_CUSTOM_PROMPT+='%B%F{blue}%2v%f%b'
729
729
# Virtual environment indicator
730
730
AGKOZAK_CUSTOM_PROMPT+=' %(10V.:%F{green}%10v%f.)'
731
731
# Background jobs indicator
732
- AGKOZAK_CUSTOM_PROMPT+=' %(11V .:%F{magenta}%11vj %f.)'
732
+ AGKOZAK_CUSTOM_PROMPT+=' %(1j .:%F{magenta}%jj %f.)'
733
733
# Use > as the prompt character when in vi command mode
734
734
AGKOZAK_CUSTOM_PROMPT+=' %(4V.>.%(!.#.$))'
735
735
```
@@ -758,7 +758,7 @@ AGKOZAK_CUSTOM_PROMPT+='%F{blue}%2v%f%b'
758
758
# Virtual environment indicator
759
759
AGKOZAK_CUSTOM_PROMPT+=' %(10V. %F{default}[%10v]%f.)'
760
760
# Background jobs indicator
761
- AGKOZAK_CUSTOM_PROMPT+=' %(11V . %F{magenta}%11vj %f.)'
761
+ AGKOZAK_CUSTOM_PROMPT+=' %(1j . %F{magenta}%jj %f.)'
762
762
# Git status
763
763
AGKOZAK_CUSTOM_PROMPT+=$' %(3V.%F{green}%3v%f.)\n '
764
764
# Kerberos status
0 commit comments