From d56fc26869fbe4a49168a3960b2f8b4efd8a0869 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Wed, 16 Apr 2025 14:27:41 -0700 Subject: Remove un-used scripts/functions I don't use these anymore and name squatting `dig` is bad. --- bin/sync-music | 3 --- commands.zsh | 4 ---- 2 files changed, 7 deletions(-) delete mode 100755 bin/sync-music diff --git a/bin/sync-music b/bin/sync-music deleted file mode 100755 index 8adeb69..0000000 --- a/bin/sync-music +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -rsync -uva --ignore-existing ~/personal/lossless "/Volumes/media1/" diff --git a/commands.zsh b/commands.zsh index 2e1ec76..6032f88 100644 --- a/commands.zsh +++ b/commands.zsh @@ -54,10 +54,6 @@ function need() { rg . -l | fzy } -function dig() { - rg . | fzy -l 20 | gawk '{split($0, a, ":"); print a[1]}' -} - function vd() { v $(dig) } -- cgit v1.2.3