fix zsh showtips

This commit is contained in:
thek4n 2024-11-18 22:33:36 +03:00
parent 7c52569f97
commit c541529016

View File

@ -178,6 +178,7 @@ showtips() {
git init "${tips_dir}" git init "${tips_dir}"
fi fi
set -o nullglob
local filename local filename
for filename in "${tips_dir}"/* for filename in "${tips_dir}"/*
do do