summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-05-12 09:34:01 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-05-12 09:34:01 +0300
commitd075b5a5cb8918cedfc2b744dfd7d449a0824974 (patch)
tree635fb2326ece6f8c2dc40d2a4f5652b0b74de638 /README.md
parentf43d8b9e0ef48326e68fd627a016f94ab1c3585e (diff)
disable aliases before calling zcompile
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 fe01d2e5..42186e0c 100644
--- a/README.md
+++ b/README.md
@@ -1134,7 +1134,7 @@ cd powerlevel10k-1.8.0
rm deps/libgit2-*.tar.gz
)
for file in *.zsh-theme internal/*.zsh gitstatus/*.zsh gitstatus/install; do
- zsh -fc "zcompile -R -- $file.zwc $file"
+ zsh -fc "emulate zsh -o no_aliases && zcompile -R -- $file.zwc $file"
done
```