From 86ad1a85362d7cd27b240a8aeaec1f3e194a80ad Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Mon, 28 Sep 2020 03:19:12 +0200 Subject: [PATCH] zsh:autoload:ls: Rephrase comment --- .config/zsh/autoload/ls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zsh/autoload/ls b/.config/zsh/autoload/ls index 3e12730..79354d9 100755 --- a/.config/zsh/autoload/ls +++ b/.config/zsh/autoload/ls @@ -7,8 +7,8 @@ ## there are no visible files or the directory matches the pattern (POSIX ERE) ## defined in $LS_SHOW_ALL_DIRS. -# Do not include hidden files and expand to an empty string instead of giving an -# error when globbing. +# Do not include hidden files when globbing and expand to an empty string +# instead of giving an error when no files match. builtin emulate -L zsh -o no_glob_dots -o null_glob # Overwrite here or before calling to change the directories in which hidden