This website works better with JavaScript.
Explore
Help
Sign In
bascht
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1116
Commits
1
Branch
0
Tags
63 MiB
Emacs Lisp
51.2%
Shell
31.1%
Org
7.8%
Go
4.5%
Vim script
1.5%
Other
3.6%
Tree:
c9677880ac
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c9677880ac'
${ noResults }
dotfiles
/
run_once_clean_emacs_elc.sh
3 lines
71 B
Raw
Blame
History
#!/bin/bash
exec
find ~/.emacs.d -name
"*.elc"
-print0 -exec rm
{
}
\;
Copy Permalink