remove ef (replaced by vvs)

This commit is contained in:
PowerUser64 2025-05-30 19:41:49 -07:00
parent 544d84ad9b
commit aea157ff18

View file

@ -1,7 +0,0 @@
#!/bin/bash
# edit file: Uses fzy to locate a file, and opens it in your favorite text editor
# Takes arguments for `fd`
"$EDITOR" "$(fd $@ | fzy)"