summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-03-13 15:24:03 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-03-13 15:24:03 +0300
commit2f0e193b7bb24196d3b85957e2ac1c9403511e8b (patch)
tree75372e3533428f79e80c52652c951f7a037d6fa7 /README.md
parentc0a84bf2caefb6462f90466260c741ed11814032 (diff)
s/and and/and/
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2049028f..5e5b16e9 100644
--- a/README.md
+++ b/README.md
@@ -1561,7 +1561,7 @@ Some fonts have this incorrect dotted icon in bold typeface. There are two ways
1. Use a font with a correct Arch Linux logo in bold typeface. For example,
[the recommended Powerlevel10k font](#meslo-nerd-font-patched-for-powerlevel10k).
2. Display the icon in regular (non-bold) typeface. To do this, open `~/.p10k.zsh`, search for
- `POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION` and and remove `%B` from its value.
+ `POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION` and remove `%B` from its value.
```zsh
typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='${P9K_CONTENT}' # not bold
```