mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
c.f. users/15202: use "autoload -Uz" consistently
This commit is contained in:
parent
278a892888
commit
10c2f225fd
16 changed files with 37 additions and 22 deletions
|
@ -25,10 +25,10 @@ alias zfls='noglob zfls'
|
|||
alias zfdir='noglob zfdir'
|
||||
alias zfuget='noglob zfuget'
|
||||
|
||||
autoload -U zfanon zfautocheck zfcd zfcd_match zfcget zfclose zfcput
|
||||
autoload -U zfdir zffcache zfgcp zfget zfget_match zfgoto zfhere zfinit zfls
|
||||
autoload -U zfmark zfopen zfparams zfpcp zfput zfrglob zfrtime zfsession
|
||||
autoload -U zfstat zftp_chpwd zftp_progress zftransfer zftype zfuget zfuput
|
||||
autoload -Uz zfanon zfautocheck zfcd zfcd_match zfcget zfclose zfcput
|
||||
autoload -Uz zfdir zffcache zfgcp zfget zfget_match zfgoto zfhere zfinit zfls
|
||||
autoload -Uz zfmark zfopen zfparams zfpcp zfput zfrglob zfrtime zfsession
|
||||
autoload -Uz zfstat zftp_chpwd zftp_progress zftransfer zftype zfuget zfuput
|
||||
|
||||
#
|
||||
# zftp completions: only use these if new-style completion is not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue