author | Ricky Stewart <rstewart@mozilla.com> |
Tue, 13 Oct 2020 20:33:17 +0000 | |
changeset 552884 | ab495477524d6c7e527cfe344ea7d0c74bd54d7c |
parent 552883 | b5b1739460ccf9e845f6499060020da5900b97b0 |
child 552885 | 87153633ceea2fe535e3e01a4da3b06dfacb8271 |
push id | 37859 |
push user | smolnar@mozilla.com |
push date | Wed, 14 Oct 2020 09:52:12 +0000 |
treeherder | mozilla-central@f6615f173552 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ahal |
bugs | 1670977 |
milestone | 83.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/python/mach/docs/usage.rst +++ b/python/mach/docs/usage.rst @@ -73,17 +73,17 @@ Zsh $ mkdir ~/.zfunc $ mach mach-completion zsh -f ~/.zfunc/_mach then edit ~/.zshrc and add: .. code-block:: shell - fpath += ~/.zfunc + fpath+=~/.zfunc autoload -U compinit && compinit You can use any directory of your choosing. Zsh (oh-my-zsh) ~~~~~~~~~~~~~~~ .. code-block:: shell