diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-08-02 10:39:40 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-08-02 10:39:40 +0300 |
commit | 635b0d7c99a22d996b5ca43efb56e9ec6b1ebdb4 (patch) | |
tree | 8028f4d6809e4d1f184f00114c26f40d3ee1a3af /README.md | |
parent | 9e9a6720e6dee0e6ec800da7408e341826c4e615 (diff) |
make it easier to change the untracked files icon; fixes #147
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -192,8 +192,8 @@ It's likely your font's fault. If it looks like a regular `?`, that's normal. It means you have untracked files in the current Git repository. Type `git status` to see these files. -You can change this symbol by editing `~/.p10k.zsh`. Search for `?` and replace it with something -else. +You can change this symbol or disable the display of untracked files altogether. Search for +`untracked files` in `~/.p10k.zsh`. ### Why does Powerlevel10k spawn extra processes? |