mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
remove obsolete faq entry about auto_name_dirs (there is a workaround in the code now)
This commit is contained in:
parent
5886154bb1
commit
8e653efd01
1 changed files with 0 additions and 10 deletions
10
README.md
10
README.md
|
@ -34,7 +34,6 @@ prompt.
|
|||
1. [Why is my right prompt wrapping around in a weird way?](#why-is-my-right-prompt-wrapping-around-in-a-weird-way)
|
||||
1. [I cannot install the recommended font. Help!](#i-cannot-install-the-recommended-font-help)
|
||||
1. [Why do I have a question mark symbol in my prompt? Is my font broken?](#why-do-i-have-a-question-mark-symbol-in-my-prompt-is-my-font-broken)
|
||||
1. [Why is my current directory displayed as `~_p9k_pwd`?](#why-is-my-current-directory-displayed-as-_p9k_pwd)
|
||||
1. [Why does Powerlevel10k spawn extra processes?](#why-does-powerlevel10k-spawn-extra-processes)
|
||||
1. [Are there configuration options that make Powerlevel10k slow?](#are-there-configuration-options-that-make-powerlevel10k-slow)
|
||||
1. [Is Powerlevel10k fast to load?](#is-powerlevel10k-fast-to-load)
|
||||
|
@ -239,15 +238,6 @@ 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