From c541529016151a14f54e870c6ef023e9d5fe8c70 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 18 Nov 2024 22:33:36 +0300 Subject: [PATCH] fix zsh showtips --- home/user/.config/zsh/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/home/user/.config/zsh/functions b/home/user/.config/zsh/functions index f6b2801..e95aabe 100644 --- a/home/user/.config/zsh/functions +++ b/home/user/.config/zsh/functions @@ -178,6 +178,7 @@ showtips() { git init "${tips_dir}" fi + set -o nullglob local filename for filename in "${tips_dir}"/* do