mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
add an faq entry about auto_name_dirs
This commit is contained in:
parent
84a562eca6
commit
9bf56e7d46
1 changed files with 9 additions and 0 deletions
|
@ -238,6 +238,15 @@ some glyphs. To fix this problem,
|
|||
[install the recommended font](#recommended-meslo-nerd-font-patched-for-powerlevel10k) and run
|
||||
`p10k configure`.
|
||||
|
||||
### Why is my current directory displayed as `~_p9k_pwd`?
|
||||
|
||||
This is the intended effect of `auto_name_dirs` option. You can disable this option with the
|
||||
following command:
|
||||
|
||||
```zsh
|
||||
echo 'unsetopt auto_name_dirs' >>! ~/.zshrc
|
||||
```
|
||||
|
||||
### Why does Powerlevel10k spawn extra processes?
|
||||
|
||||
Powerlevel10k uses [gitstatus](https://github.com/romkatv/gitstatus) as the backend behind `vcs`
|
||||
|
|
Loading…
Reference in a new issue