mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 05:21:00 +01: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
|
|
@ -57,9 +57,9 @@ setopt extendedglob cbases
|
|||
|
||||
zmodload -i zsh/net/tcp || return 1
|
||||
zmodload -i zsh/zutil
|
||||
autoload -U tcp_alias tcp_close tcp_command tcp_expect tcp_fd_handler
|
||||
autoload -U tcp_log tcp_output tcp_proxy tcp_read tcp_rename tcp_send
|
||||
autoload -U tcp_sess tcp_spam tcp_talk tcp_wait tcp_point tcp_shoot
|
||||
autoload -Uz tcp_alias tcp_close tcp_command tcp_expect tcp_fd_handler
|
||||
autoload -Uz tcp_log tcp_output tcp_proxy tcp_read tcp_rename tcp_send
|
||||
autoload -Uz tcp_sess tcp_spam tcp_talk tcp_wait tcp_point tcp_shoot
|
||||
|
||||
# TCP_SECONDS_START is only set if we override TCP_SECONDS locally,
|
||||
# so provide a global value for convenience. Should probably always be 0.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue