summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-14 09:22:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-14 09:24:08 -0700
commit78381aa5fa2206ae0b1112edd9e7c903d5ea1f74 (patch)
treec4dc2be20c3428f78db8a7ce8d37d5848aca09f5 /.mrconfig.in
parent427b9aebdef49144431f6b2e86418f2c91f2663c (diff)
downloaddotfiles-78381aa5fa2206ae0b1112edd9e7c903d5ea1f74.tar.gz
stop stowing bin/ into homedir
This too is mostly pointless complexity, so far as I can tell right now. I don't need to stow multiple repos into ~/bin because I can just add multiple dirs to PATH. And I have to change into ~/src/dotfiles/bin to create new entries anyway.
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index 7d916f84..34d84e1d 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -134,6 +134,7 @@ lib =
[ -e "Downloads" ] || ln -s tmp Downloads
# cleanup some old dirs if they're empty
find \
+ bin \
lib/aid \
lib/athena \
local/anacron/spool \