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