summaryrefslogtreecommitdiff
path: root/.bash_defns
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-11 23:32:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-12 11:23:53 -0700
commitf223f38fcab3c94402603d1fadb2d6fa0ac3d05a (patch)
tree8036d67f8e96d335368d8b1ff19d3c98770fd754 /.bash_defns
parent74585ec4711667c76ecdad7eb53590cb912501ba (diff)
downloaddotfiles-f223f38fcab3c94402603d1fadb2d6fa0ac3d05a.tar.gz
GNU Stow -> hstow, and follow-up tidying & simplifications
Diffstat (limited to '.bash_defns')
-rw-r--r--.bash_defns10
1 files changed, 0 insertions, 10 deletions
diff --git a/.bash_defns b/.bash_defns
index 76a76097..d1a994d7 100644
--- a/.bash_defns
+++ b/.bash_defns
@@ -50,16 +50,6 @@ package-plan-unpack () {
~/src/dotfiles/scripts/debian/package-plan-unpack "$1"; cd "/tmp/$1"
}
-# tidy up if I deleted files from stowed repos without properly
-# restowing
-kill-broken-stowed-symlinks () {
- find "$HOME" -xtype l | while read -r link; do
- if readlink "$link" | grep --quiet "^[../]*/.STOW/"; then
- rm "$link"
- fi
- done
-}
-
# install package(s) and immediately mark as auto installed, so it
# will get cleaned up by the next autoclean.
# --no-install-recommends is needed as otherwise packages are manually