From d7842c2b96da32bcfb181a88c34a4b67cf6bc815 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 14 Mar 2018 00:10:56 -0400 Subject: Combine home-related scripts --- prune.zsh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 prune.zsh (limited to 'prune.zsh') diff --git a/prune.zsh b/prune.zsh deleted file mode 100755 index 26dd27cc..00000000 --- a/prune.zsh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env zsh -set -o errexit -o nounset -o pipefail - -# Remove broken symbolic links in ~. - -find -L ~ -type l -lname "$PWD/*" | while read link; do - rm "$link" - echo "$link" -done -- cgit 1.4.1