Explorar el Código

fix o

pull/1/head
10sr hace 11 años
padre
commit
fe54c9c1fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Ver fichero

@@ -404,7 +404,7 @@ o(){
else
for f in "$@"
do
open_file "$f"
open_file "$(realpath "$f")"
done
fi
}


Cargando…
Cancelar
Guardar