zsh:autoload:ls: Rephrase comment
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
## there are no visible files or the directory matches the pattern (POSIX ERE)
|
## there are no visible files or the directory matches the pattern (POSIX ERE)
|
||||||
## defined in $LS_SHOW_ALL_DIRS.
|
## defined in $LS_SHOW_ALL_DIRS.
|
||||||
|
|
||||||
# Do not include hidden files and expand to an empty string instead of giving an
|
# Do not include hidden files when globbing and expand to an empty string
|
||||||
# error when globbing.
|
# instead of giving an error when no files match.
|
||||||
builtin emulate -L zsh -o no_glob_dots -o null_glob
|
builtin emulate -L zsh -o no_glob_dots -o null_glob
|
||||||
|
|
||||||
# Overwrite here or before calling to change the directories in which hidden
|
# Overwrite here or before calling to change the directories in which hidden
|
||||||
|
|||||||
Reference in New Issue
Block a user