diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-15 21:29:55 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-15 21:29:55 +0000 |
| commit | 03e230cc54103d18e9c8a18208c7d27805400a71 (patch) | |
| tree | efb79fe4d798134599ec6c90cd9912e59ccca69d /Functions | |
| parent | zsh-workers/9065 (diff) | |
| download | zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar.gz zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar.bz2 zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar.lz zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar.xz zsh-03e230cc54103d18e9c8a18208c7d27805400a71.tar.zst zsh-03e230cc54103d18e9c8a18208c7d27805400a71.zip | |
manual:9047
Diffstat (limited to 'Functions')
| -rw-r--r-- | Functions/Misc/zls | 2 | ||||
| -rw-r--r-- | Functions/Zftp/zfinit | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Misc/zls b/Functions/Misc/zls index 30a8fb9ed..22138cd6c 100644 --- a/Functions/Misc/zls +++ b/Functions/Misc/zls @@ -1,7 +1,7 @@ # zls () { # simple internal ls using the stat module -zmodload -i zsh/stat || return 1 +zmodload -i stat || return 1 emulate -R zsh setopt localoptions diff --git a/Functions/Zftp/zfinit b/Functions/Zftp/zfinit index b646bd7c8..256ef1d2f 100644 --- a/Functions/Zftp/zfinit +++ b/Functions/Zftp/zfinit @@ -1,6 +1,6 @@ emulate -L zsh -[[ $1 = -n ]] || zmodload -e zsh/zftp || zmodload -ia zsh/zftp +[[ $1 = -n ]] || zmodload -e zftp || zmodload -ia zftp if [[ ${+zfconfig} = 0 ]]; then typeset -gA zfconfig |
