We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f78ff commit 55eb29fCopy full SHA for 55eb29f
scripts/links.sh
@@ -29,6 +29,6 @@ prune_links() {
29
}
30
31
remove_links() {
32
- echo "Removing links"
+ echo "Removing all links"
33
find ~ -path ~/Library -prune -o -lname $DOTFILES_REPO_DIR/\* -exec rm -f {} \; -print 2>/dev/null
34
0 commit comments