From 8e653efd018f4b9605a59925fbc10e0495eddc17 Mon Sep 17 00:00:00 2001 From: romkatv Date: Fri, 6 Sep 2019 12:10:27 +0200 Subject: [PATCH] remove obsolete faq entry about auto_name_dirs (there is a workaround in the code now) --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 3b926b55..7d3818fc 100644 --- a/README.md +++ b/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`