dotfiles/bin/§vim_cache_clean
2024-02-19 20:37:09 +01:00

4 lines
155 B
Bash
Executable File

#!/bin/bash
find ~/.vim/undodir/ -maxdepth 1 -mindepth 1 -type f -mtime +180 -delete
find ~/.vim/view/ -maxdepth 1 -mindepth 1 -type f -mtime +180 -delete