Fix scripts

This commit is contained in:
Arun Prakash Jana 2019-03-28 20:49:17 +05:30
parent 87835a561f
commit c25b539eea
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@
# Shell: POSIX compliant
# Author: Arun Prakash Jana
vim `find -type f | fzy`
vim "$(find -type f | fzy)"

View File

@ -5,4 +5,4 @@
# Shell: POSIX compliant
# Author: Arun Prakash Jana
xdg-open `find -type f | fzy` >/dev/null 2>&1
xdg-open "$(find -type f | fzy)" >/dev/null 2>&1