Explorar el Código

Fix scripts

master
Arun Prakash Jana hace 5 años
padre
commit
c25b539eea
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      user-scripts/edit
  2. +1
    -1
      user-scripts/fzy

+ 1
- 1
user-scripts/edit Ver fichero

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

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

Cargando…
Cancelar
Guardar