add bin (scripts)

This commit is contained in:
2024-02-19 20:37:09 +01:00
parent 075f2deaf0
commit b54b08442a
26 changed files with 2056 additions and 0 deletions

3
bin/§vim_cache_clean Executable file
View File

@ -0,0 +1,3 @@
#!/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