Explorar el Código

fix open_file

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

+ 1
- 0
bashrc Ver fichero

@@ -386,6 +386,7 @@ open_file(){
open "$@"
elif islinux
then
touch "$@"
if null type pcmanfm; then
LC_MESSAGES= pcmanfm "$@"
else


Cargando…
Cancelar
Guardar