include crufty `.zcompdump` files in `cleanup`
LucasLarson opened this issue · 1 comments
LucasLarson commented
this part of the cleanup
function should add a line
-name '.zcompdump-*' or \
to remove cruftily named .zcompdump
files such as .zcompdump-oin-5.4.2
or .zcompdump-LPhoneXSMax-5.8
.
dotfiles/.oh-my-zsh/custom/aliases.zsh
Lines 185 to 193 in 8c86bfd
LucasLarson commented
# POSIX
# https://mywiki.wooledge.org/BashPitfalls?rev=531#line-1-5
for file in ./*.mp3; do
[ -e "$file" ] || continue
some command "$file"
done