mirror of
https://github.com/jarun/nnn.git
synced 2025-02-02 14:16:56 +00:00
Suppress permission denied messages
This commit is contained in:
parent
402f5651a1
commit
9dab803e1a
|
@ -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…
Reference in a new issue