From d5fbda44c32c6d9905406b074ebeccb26e263055 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 14 Dec 1999 18:04:06 +0000 Subject: zsh-workers/9046 --- Functions/Misc/zls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Misc') 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 -- cgit 1.4.1