Przeglądaj źródła

Suppress permission denied messages

master
Arun Prakash Jana 5 lat temu
rodzic
commit
9dab803e1a
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      plugins/fzy-open

+ 1
- 1
plugins/fzy-open Wyświetl plik

@@ -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*)


Ładowanie…
Anuluj
Zapisz