⚡ refact and moves ~/bin to ~/.local/bin
This commit is contained in:
3
.local/bin/§vim_cache_clean
Executable file
3
.local/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