summaryrefslogtreecommitdiff
path: root/.bash_defns
diff options
context:
space:
mode:
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