⚡ add bin (scripts)
This commit is contained in:
3
bin/§vim_cache_clean
Executable file
3
bin/§vim_cache_clean
Executable 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
|
Reference in New Issue
Block a user