mirror of
https://github.com/jarun/nnn.git
synced 2025-03-14 10:44:05 +00:00
Fix scripts
This commit is contained in:
parent
87835a561f
commit
c25b539eea
2 changed files with 2 additions and 2 deletions
|
@ -5,4 +5,4 @@
|
||||||
# Shell: POSIX compliant
|
# Shell: POSIX compliant
|
||||||
# Author: Arun Prakash Jana
|
# Author: Arun Prakash Jana
|
||||||
|
|
||||||
vim `find -type f | fzy`
|
vim "$(find -type f | fzy)"
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
# Shell: POSIX compliant
|
# Shell: POSIX compliant
|
||||||
# Author: Arun Prakash Jana
|
# 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…
Add table
Reference in a new issue