Browse Source

Suppress permission denied messages

master
Arun Prakash Jana 5 years ago
parent
commit
9dab803e1a
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/fzy-open

+ 1
- 1
plugins/fzy-open View File

@@ -7,7 +7,7 @@
# Shell: POSIX compliant
# Author: Arun Prakash Jana

entry="$(find -type f | fzy)"
entry="$(find -type f 2>/dev/null | fzy)"

case "$(file -biL "$entry")" in
*text*)


Loading…
Cancel
Save