mirror of
https://github.com/jarun/nnn.git
synced 2025-01-24 09:46:38 +00:00
Fix scripts
This commit is contained in:
parent
87835a561f
commit
c25b539eea
|
@ -5,4 +5,4 @@
|
|||
# Shell: POSIX compliant
|
||||
# Author: Arun Prakash Jana
|
||||
|
||||
vim `find -type f | fzy`
|
||||
vim "$(find -type f | fzy)"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue