dotfiles/bin/§vim_cache_clean

4 lines
155 B
Plaintext
Raw Permalink Normal View History

2024-02-19 20:37:09 +01:00
#!/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