diff options
author | Nick Van Doorn <nick@nv.delivery> | 2025-04-16 14:27:41 -0700 |
---|---|---|
committer | Nick Van Doorn <nick@nv.delivery> | 2025-04-16 14:27:48 -0700 |
commit | d56fc26869fbe4a49168a3960b2f8b4efd8a0869 (patch) | |
tree | 39a2c5fad648cf2d868a7e8fdbae27420daada59 /commands.zsh | |
parent | 086b650cc3b753a4d5a340a508c5a0036a7f3c1f (diff) |
Remove un-used scripts/functions
I don't use these anymore and name squatting `dig` is bad.
Diffstat (limited to 'commands.zsh')
-rw-r--r-- | commands.zsh | 4 |
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) } |