Files
dotfiles/scripts/vim-undodir-clean.sh
kokopi-dev 2f27c335cf migration
2025-10-28 16:23:11 +09:00

4 lines
93 B
Bash
Executable File

#!/bin/bash
# clean undo files beyond 30 days
find ~/.vim/undodir -type f -mtime +30 -delete