summaryrefslogtreecommitdiff
path: root/commands.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'commands.zsh')
-rw-r--r--commands.zsh4
1 files changed, 0 insertions, 4 deletions
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)
}