Przeglądaj źródła

Fix scripts

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

+ 1
- 1
user-scripts/edit Wyświetl plik

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

vim `find -type f | fzy`
vim "$(find -type f | fzy)"

+ 1
- 1
user-scripts/fzy Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz