aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 f6a00bf1..0063dca9 100644
--- a/README.md
+++ b/README.md
@@ -489,7 +489,7 @@ cd gitstatus-1.0.0
./build
rm deps/libgit2-*.tar.gz
for file in *.zsh install; do
- zsh -fc "zcompile -R -- $file.zwc $file"
+ zsh -fc "emulate zsh -o no_aliases && zcompile -R -- $file.zwc $file"
done
```