summary refs log tree commit diff
path: root/prune.sh (follow)
Commit message (Collapse)AuthorAge
* Limit prune.sh to ~/.config ~/.localJune McEnroe2020-12-22
| | | | | Otherwise macOS gets very mad as it tries to access a bunch of protected directories.
* Unset executable on shell scriptsJune McEnroe2019-08-29
|
* Shell script style passJune McEnroe2019-07-27
|
* Port all scripts to shJune McEnroe2018-08-16
| | | | Not hard, but having to escape ( ) inside [ ] had me confused for a bit.
* Rename zsh scripts .zshJune McEnroe2017-09-15
|
* Fix prune script loopJune McEnroe2017-05-01
| | | | | For loop was getting one string with several paths separated by newlines.
* Fix prune scriptJune McEnroe2017-05-01
| | | | | The for loop was overriding zsh's $path variable, causing it to not be able to find rm.
* Use zsh for shell scriptsJune McEnroe2017-01-21
|
* Simplify install scriptJune McEnroe2016-04-06
|
* Add prune scriptJune McEnroe2015-11-06