aboutsummaryrefslogtreecommitdiffstats
path: root/user-scripts/edit
diff options
context:
space:
mode:
Diffstat (limited to 'user-scripts/edit')
-rwxr-xr-xuser-scripts/edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-scripts/edit b/user-scripts/edit
index d15b34e..6155250 100755
--- a/user-scripts/edit
+++ b/user-scripts/edit
@@ -5,4 +5,4 @@
# Shell: POSIX compliant
# Author: Arun Prakash Jana
-vim `find -type f | fzy`
+vim "$(find -type f | fzy)"