diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-16 14:26:16 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-16 14:26:16 +0000 |
commit | 02c0df21747e5795197510f15da73bd0c287e978 (patch) | |
tree | cb14653880f6e9aed25c179c7dbc301f287e9242 /Functions/Misc/zls | |
parent | 77d48c89e05417ef40abc917ec7e2713779f8951 (diff) | |
download | zsh-02c0df21747e5795197510f15da73bd0c287e978.tar.gz zsh-02c0df21747e5795197510f15da73bd0c287e978.tar.xz zsh-02c0df21747e5795197510f15da73bd0c287e978.zip |
manual/9083
Diffstat (limited to 'Functions/Misc/zls')
-rw-r--r-- | Functions/Misc/zls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/zls b/Functions/Misc/zls index 22138cd6c..30a8fb9ed 100644 --- a/Functions/Misc/zls +++ b/Functions/Misc/zls @@ -1,7 +1,7 @@ # zls () { # simple internal ls using the stat module -zmodload -i stat || return 1 +zmodload -i zsh/stat || return 1 emulate -R zsh setopt localoptions |