summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/sync-music3
-rw-r--r--commands.zsh4
2 files changed, 0 insertions, 7 deletions
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)
}