Skip to content

SVN status not shown on prompt #2889

@herrenP

Description

@herrenP

I added "svn" to vcs backends and reloaded both by sourcing ~/.p10k.zsh and p10k reload command:

typeset -g POWERLEVEL9K_VCS_BACKENDS=(git svn)

I also have vcs specified for the left prompt:

typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
  # os_icon               # os identifier
  dir                     # current directory
  context
  vcs                     # git status
  prompt_char             # prompt symbol
)

But I see no status or anything SVN related on the prompt:

~/code/ansible > 14:21:19

Command svn log does produce an output. There is a .svn dir in current directory.

powerlevel10k version: no idea but installed using official way on 2025-07-03
SVN version: version 1.14.3 (r1914484)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions