diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_fv')
| -rw-r--r-- | home/dot_local/share/bin/executable_fv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/dot_local/share/bin/executable_fv b/home/dot_local/share/bin/executable_fv new file mode 100644 index 0000000..5ce4f2e --- /dev/null +++ b/home/dot_local/share/bin/executable_fv @@ -0,0 +1,2 @@ +#!/bin/sh +fzf --multi --print0 | exec xargs -r0 $EDITOR |