diff options
Diffstat (limited to 'Functions/Zftp/zfinit')
-rw-r--r-- | Functions/Zftp/zfinit | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Functions/Zftp/zfinit b/Functions/Zftp/zfinit index 663f1ff44..68e6a9691 100644 --- a/Functions/Zftp/zfinit +++ b/Functions/Zftp/zfinit @@ -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 |