zsh: almost all functions are scripts now (part 2)
This commit is contained in:
parent
75c3986785
commit
ec0cee28d9
14 changed files with 287 additions and 0 deletions
7
.config/shell/bin/ef
Executable file
7
.config/shell/bin/ef
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/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)"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue