diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-06-17 18:59:17 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-06-17 18:59:17 +0300 |
commit | 67f494cf54372af576296407f02f862ae0a057bc (patch) | |
tree | c5662f9e086dc059ff2690e062101617527c2666 | |
parent | 606d4a85a9b8f4a29d5e9b1bce31f22fe6f7fb30 (diff) |
docs: cross-link two faq entries
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1091,6 +1091,10 @@ To see how different colors look in your terminal, run the following command: for i in {0..255}; do print -Pn "%K{$i} %k%F{$i}${(l:3::0:)i}%f " ${${(M)$((i%6)):#3}:+$'\n'}; done ``` +*Related:* + - [Directory is difficult to see in prompt when using Rainbow style.]( + #directory-is-difficult-to-see-in-prompt-when-using-rainbow-style) + ### Why does Powerlevel10k spawn extra processes? Powerlevel10k uses [gitstatus](https://github.com/romkatv/gitstatus) as the backend behind `vcs` |