Arun Prakash Jana
5 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with
2 additions and
2 deletions
-
user-scripts/edit
-
user-scripts/fzy
|
|
@@ -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 |