This website works better with JavaScript.
Explore
Help
Sign In
tiyn
/
dotfiles
mirror of
https://github.com/tiyn/dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Projects
Releases
Wiki
Activity
8c19b7697c
dotfiles
/
.local
/
bin
/
etc
/
nvim
/
cclear
7 lines
65 B
Raw
Blame
History
#!/bin/sh
if
[
-d .ccls-cache
]
then
rm -r
'.ccls-cache'
fi
Reference in new issue
View Git Blame
Copy Permalink