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, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_fv b/home/dot_local/share/bin/executable_fv index 5ce4f2e..d0d7b51 100644 --- a/home/dot_local/share/bin/executable_fv +++ b/home/dot_local/share/bin/executable_fv @@ -1,2 +1,2 @@ -#!/bin/sh +#!/usr/bin/env sh fzf --multi --print0 | exec xargs -r0 $EDITOR |