diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-07-28 13:33:52 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-07-28 13:33:52 +0000 |
| commit | 10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1 (patch) | |
| tree | 32c80b045d603144ffafde5acf96853ba164d3f7 /Functions/Newuser | |
| parent | 28102: use lstat() when checking ignore-parents (diff) | |
| download | zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.gz zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.bz2 zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.lz zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.xz zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.tar.zst zsh-10c2f225fdb6e2b6cd96b2f3786d6134e19bbfd1.zip | |
c.f. users/15202: use "autoload -Uz" consistently
Diffstat (limited to 'Functions/Newuser')
| -rw-r--r-- | Functions/Newuser/zsh-newuser-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Newuser/zsh-newuser-install b/Functions/Newuser/zsh-newuser-install index 7428c6a49..e9ca82652 100644 --- a/Functions/Newuser/zsh-newuser-install +++ b/Functions/Newuser/zsh-newuser-install @@ -1081,7 +1081,7 @@ ${install_state[options]:+ ($install_state[options].)} if [[ $1 != -f ]]; then print -r "The function will not be run in future, but you can run it yourself as follows: - autoload $myname + autoload -Uz $myname $myname -f The code added to $zdmsg/.zshrc is marked by the lines |
